Color Hex Logo

#cce052 Color Hex

#CCE052
(204,224,82)
0 Favorites   0 Comments

Color spaces of #cce052

RGB 20422482
HSL0.190.700.60
HSV68°63°88°
CMYK 0.090.000.63   0.12
XYZ53.080566.757918.0706
Yxy66.75790.38490.4841
Hunter Lab81.7055-27.021044.0808
CIE-Lab85.3815-25.237664.8865

#cce052 color RGB value is (204,224,82).

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

The process color (four color CMYK) of #cce052 color hex is 0.09, 0.00, 0.63, 0.12. Web safe color of #cce052 is #cccc66. Color #cce052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 01010010
Octal 314 340 122
Decimal 204 224 82
Hex CC E0 52

RGB Percentages of Color #cce052

%40.00
%43.92
%16.08

CMYK Percentages of Color #cce052

%9
%0
%63
%12

Triadic Colors of #cce052

#cce052 #52cce0 #e052cc

Analogous Colors of #cce052

#cce052 #85e052 #e0ad52

Monochromatic Colors of #cce052

#cce052

Complementary Color

#cce052 #6652e0

#cce052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce052 Color CSS Codes

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

#cce052 Text Font Color

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

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


#cce052 Background Color

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

This div background color is #cce052


#cce052 Border Color

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

This div border color is #cce052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce052


Comments

No comments written yet.

Please login to write comment.