Color Hex Logo

#cee996 Color Hex

#CEE996
(206,233,150)
0 Favorites   0 Comments

Color spaces of #cee996

RGB 206233150
HSL0.220.650.75
HSV80°36°91°
CMYK 0.120.000.36   0.09
XYZ60.097573.601639.8932
Yxy73.60160.34620.4240
Hunter Lab85.7914-25.094332.4840
CIE-Lab88.7339-22.288837.4635

#cee996 color RGB value is (206,233,150).

#cee996 hex color red value is 206, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cee996 hue: 0.22 , saturation: 0.65 and the lightness value of cee996 is 0.75.

The process color (four color CMYK) of #cee996 color hex is 0.12, 0.00, 0.36, 0.09. Web safe color of #cee996 is #ccff99. Color #cee996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 10010110
Octal 316 351 226
Decimal 206 233 150
Hex CE E9 96

RGB Percentages of Color #cee996

%34.97
%39.56
%25.47

CMYK Percentages of Color #cee996

%12
%0
%36
%9

Triadic Colors of #cee996

#cee996 #96cee9 #e996ce

Analogous Colors of #cee996

#cee996 #a5e996 #e9db96

Monochromatic Colors of #cee996

#cee996

Complementary Color

#cee996 #b196e9

#cee996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee996 Color CSS Codes

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

#cee996 Text Font Color

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

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


#cee996 Background Color

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

This div background color is #cee996


#cee996 Border Color

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

This div border color is #cee996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,233,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 #cee996">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee996


Comments

No comments written yet.

Please login to write comment.