Color Hex Logo

#cce082 Color Hex

#CCE082
(204,224,130)
0 Favorites   0 Comments

Color spaces of #cce082

RGB 204224130
HSL0.200.600.69
HSV73°42°88°
CMYK 0.090.000.42   0.12
XYZ55.586867.760431.2684
Yxy67.76040.35950.4383
Hunter Lab82.3167-23.516835.1001
CIE-Lab85.8865-21.033043.7156

#cce082 color RGB value is (204,224,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 10000010
Octal 314 340 202
Decimal 204 224 130
Hex CC E0 82

RGB Percentages of Color #cce082

%36.56
%40.14
%23.30

CMYK Percentages of Color #cce082

%9
%0
%42
%12

Triadic Colors of #cce082

#cce082 #82cce0 #e082cc

Analogous Colors of #cce082

#cce082 #9de082 #e0c582

Monochromatic Colors of #cce082

#cce082

Complementary Color

#cce082 #9682e0

#cce082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce082 Color CSS Codes

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

#cce082 Text Font Color

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

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


#cce082 Background Color

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

This div background color is #cce082


#cce082 Border Color

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

This div border color is #cce082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce082


Comments

No comments written yet.

Please login to write comment.