Color Hex Logo

#cee96b Color Hex

#CEE96B
(206,233,107)
0 Favorites   0 Comments

Color spaces of #cee96b

RGB 206233107
HSL0.200.740.67
HSV73°54°91°
CMYK 0.120.000.54   0.09
XYZ57.246472.461224.8791
Yxy72.46120.37030.4687
Hunter Lab85.1241-28.925142.2583
CIE-Lab88.1901-26.841857.3677

#cee96b color RGB value is (206,233,107).

#cee96b hex color red value is 206, green value is 233 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cee96b hue: 0.20 , saturation: 0.74 and the lightness value of cee96b is 0.67.

The process color (four color CMYK) of #cee96b color hex is 0.12, 0.00, 0.54, 0.09. Web safe color of #cee96b is #ccff66. Color #cee96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 01101011
Octal 316 351 153
Decimal 206 233 107
Hex CE E9 6B

RGB Percentages of Color #cee96b

%37.73
%42.67
%19.60

CMYK Percentages of Color #cee96b

%12
%0
%54
%9

Triadic Colors of #cee96b

#cee96b #6bcee9 #e96bce

Analogous Colors of #cee96b

#cee96b #8fe96b #e9c56b

Monochromatic Colors of #cee96b

#cee96b

Complementary Color

#cee96b #866be9

#cee96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee96b Color CSS Codes

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

#cee96b Text Font Color

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

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


#cee96b Background Color

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

This div background color is #cee96b


#cee96b Border Color

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

This div border color is #cee96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee96b


Comments

No comments written yet.

Please login to write comment.