Color Hex Logo

#cee196 Color Hex

#CEE196
(206,225,150)
0 Favorites   0 Comments

Color spaces of #cee196

RGB 206225150
HSL0.210.560.74
HSV75°33°88°
CMYK 0.080.000.33   0.12
XYZ57.883869.174239.1553
Yxy69.17420.34830.4162
Hunter Lab83.1710-21.320230.3071
CIE-Lab86.5902-18.384434.6555

#cee196 color RGB value is (206,225,150).

#cee196 hex color red value is 206, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cee196 hue: 0.21 , saturation: 0.56 and the lightness value of cee196 is 0.74.

The process color (four color CMYK) of #cee196 color hex is 0.08, 0.00, 0.33, 0.12. Web safe color of #cee196 is #cccc99. Color #cee196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 10010110
Octal 316 341 226
Decimal 206 225 150
Hex CE E1 96

RGB Percentages of Color #cee196

%35.46
%38.73
%25.82

CMYK Percentages of Color #cee196

%8
%0
%33
%12

Triadic Colors of #cee196

#cee196 #96cee1 #e196ce

Analogous Colors of #cee196

#cee196 #a9e196 #e1cf96

Monochromatic Colors of #cee196

#cee196

Complementary Color

#cee196 #a996e1

#cee196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee196 Color CSS Codes

.mybgcolor {background-color:#cee196; } 
.myforecolor {color:#cee196; }
.mybordercolor {border:3px solid #cee196; }

#cee196 Text Font Color

<p style="color:#cee196">Text here</p>

This sample text font color is #cee196
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.


#cee196 Background Color

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

This div background color is #cee196


#cee196 Border Color

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

This div border color is #cee196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,225,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cee196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cee196;
  -webkit-box-shadow: 1px 1px 3px 2px #cee196;
  box-shadow:         1px 1px 3px 2px #cee196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,225,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee196


Comments

No comments written yet.

Please login to write comment.