Color Hex Logo

#cee082 Color Hex

#CEE082
(206,224,130)
0 Favorites   0 Comments

Color spaces of #cee082

RGB 206224130
HSL0.200.600.69
HSV71°42°88°
CMYK 0.080.000.42   0.12
XYZ56.138568.044831.2942
Yxy68.04480.36110.4377
Hunter Lab82.4893-22.877135.2495
CIE-Lab86.0288-20.267743.9248

#cee082 color RGB value is (206,224,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 10000010
Octal 316 340 202
Decimal 206 224 130
Hex CE E0 82

RGB Percentages of Color #cee082

%36.79
%40.00
%23.21

CMYK Percentages of Color #cee082

%8
%0
%42
%12

Triadic Colors of #cee082

#cee082 #82cee0 #e082ce

Analogous Colors of #cee082

#cee082 #9fe082 #e0c382

Monochromatic Colors of #cee082

#cee082

Complementary Color

#cee082 #9482e0

#cee082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee082 Color CSS Codes

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

#cee082 Text Font Color

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

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


#cee082 Background Color

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

This div background color is #cee082


#cee082 Border Color

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

This div border color is #cee082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee082


Comments

No comments written yet.

Please login to write comment.