#c1e0c8 Color Hex Luna Green

Information about Luna Green Color | #0000FF

#c1e0c8 color RGB value is (193,224,200). #c1e0c8 color name is Luna Green color.

#c1e0c8 hex color red value is 193 , green value is 224 and the blue value of its RGB is 200 . Cylindrical-coordinate representations (also known as HSL) of color #c1e0c8 hue: 134 , saturation: 33 and the lightness value of #c1e0c8 is 82

The process color (four color CMYK) of #c1e0c8 color hex is 5 , 0 ,4, 5 .

#c1e0c8

~Luna Green

Color Converions

HEX
#c1e0c8
RGB
193,224,200
LAB
86,-14,8
CMYK
14,0,11,12
LCH
86,16,150
XYZ
59,69,65
HSV
134,14,88
HSL
134,33,82

Base Numbers

Base Red Green Blue
Binary 11000001 11100000 11001000
Octal 301 340 310
Decimal 193 224 200
Hex c1 e0 c8

RGB Percentages of Color #c1e0c8

76%
88%
78%

CMYK Percentages of Color #c1e0c8

5%
4%
0%
5%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c1e0c8

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c1e0c8
20%
#aecab4
30%
#9ab3a0
40%
#879d8c
50%
#748678
60%
#617064
70%
#4d5a50
80%
#3a433c
90%
#272d28
100%
#131614

Tints of #c1e0c8

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c1e0c8
20%
#c7e3ce
30%
#cde6d3
40%
#d4e9d9
50%
#daecde
60%
#e0f0e4
70%
#e6f3e9
80%
#ecf6ef
90%
#f3f9f4
100%
#f9fcfa

Tones of #c1e0c8

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c1e0c8
20%
#bad6c1
30%
#b4cdba
40%
#adc3b2
50%
#a7b9ab
60%
#a0b0a4
70%
#9aa69c
80%
#939c95
90%
#8d938e
100%
#868987

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c1e0c8
#c6e0c1
#c1e0c2
#c1e0c8
#c1e0ce
#c1e0d4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c1e0c8
#e0c1d9

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c1e0c8
#c1d3e0
#e0c1c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c1e0c8
#c8c1e0
#e0c8c1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c1e0c8
#c1c9e0
#e0c1d9
#e0d7c1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c1e0c8
#0a0b0a
#2f3630
#536056
#788b7c
#9cb5a2

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c1e0c8

protanopia

#e0d6c2

deuteranopia

#f1d0cc

tritanopia

#c7daeb

achromatopsia

#d8d8d8

protanomaly

#d5dac4

deuteranomaly

#e0d6ca

achromatopsia

#d8d8d8

tritanomaly

#c5dcde

achromatomaly

#cfdbd2

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 15/21
Hello World !

#c1e0c8 Color CSS Codes

.bgcolor {background-color:#c1e0c8; } 
.forecolor {color:#c1e0c8; }
.bordercolor {border:3px solid #c1e0c8; }
            

#c1e0c8 Text Font Color

<div style="color:#c1e0c8">
Div content here</div>

This sample text font color is #c1e0c8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c1e0c8 Background Color

<div style="background-color:#c1e0c8">
Div content here</div>
Div content here

#c1e0c8 Border Color

<div style="border:3px solid #c1e0c8">
Div here</div>

This div border color is #c1e0c8

#c1e0c8 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c1e0c8; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1e0c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1e0c8;
  -webkit-box-shadow: 1px 1px 3px 2px #c1e0c8;
  box-shadow: 1px 1px 3px 2px #c1e0c8; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1e0c8">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1e0c8;
              -webkit-box-shadow: 1px 1px 3px 2px #c1e0c8;
              box-shadow:         1px 1px 3px 2px #c1e0c8#c1e0c8">
Div content here</div>

This div box has shadow with color #c1e0c8

More Colors

Crown Jewel
#482d54
Marvellous
#6a7fb4
Elemental Grey
#a0a09f
Echo Iris
#b6dff4
Felicia
#917292
Hula Girl
#929264
Dull Violet
#803790
Marilyn MonRouge
#c9001e
Fairy Wings
#ffebf2
African Ambush
#8e603c
People's Choice
#b6a8d0
Blue Beads
#5a809e
Marzipan White
#ebe5d8
Poetic Yellow
#fffed7
Light Celery Stick
#d8f2dc
Pizazz Peach
#f5c795
Arbor Hollow
#c1c2b4
Dry Highlighter Green
#2ba727
Ninja
#020308
Nuisette
#b48395
Coral Dust
#edaa86
Onsen
#66eebb
Coy Pink
#f9dad8
Lahn Yellow
#fff80a
Clear Brook
#60949b
Cup of Tea
#caae7b
Mana Tree
#4f7942
Passive
#cbccc9
Old Lace
#fdf5e6
Antiquarian Gold
#ba8a45
Bimini Blue
#007a91
Forest Tapestry
#a4ba8a
Crushed Grape
#7a547f
Cinnamon Sand
#b78153
Colorado Peach
#e6994c
Honeydew Sand
#eece8d
Broad Bean
#94975d
Focus
#e5e0d2
Nurude Brown
#9d896c
rating-img
Rate this tool
NaN/5   0 votes