Color Hex Logo

#cee081 Color Hex

#CEE081
(206,224,129)
0 Favorites   0 Comments

Color spaces of #cee081

RGB 206224129
HSL0.200.610.69
HSV71°42°88°
CMYK 0.080.000.42   0.12
XYZ56.071768.018130.9424
Yxy68.01810.36170.4387
Hunter Lab82.4731-22.969535.4866
CIE-Lab86.0155-20.376744.3982

#cee081 color RGB value is (206,224,129).

#cee081 hex color red value is 206, green value is 224 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cee081 hue: 0.20 , saturation: 0.61 and the lightness value of cee081 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 10000001
Octal 316 340 201
Decimal 206 224 129
Hex CE E0 81

RGB Percentages of Color #cee081

%36.85
%40.07
%23.08

CMYK Percentages of Color #cee081

%8
%0
%42
%12

Triadic Colors of #cee081

#cee081 #81cee0 #e081ce

Analogous Colors of #cee081

#cee081 #9fe081 #e0c381

Monochromatic Colors of #cee081

#cee081

Complementary Color

#cee081 #9381e0

#cee081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee081 Color CSS Codes

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

#cee081 Text Font Color

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

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


#cee081 Background Color

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

This div background color is #cee081


#cee081 Border Color

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

This div border color is #cee081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee081


Comments

No comments written yet.

Please login to write comment.