Color Hex Logo

#cee052 Color Hex

#CEE052
(206,224,82)
0 Favorites   0 Comments

Color spaces of #cee052

RGB 20622482
HSL0.190.700.60
HSV68°63°88°
CMYK 0.080.000.63   0.12
XYZ53.632267.042318.0964
Yxy67.04230.38650.4831
Hunter Lab81.8794-26.368744.2117
CIE-Lab85.5253-24.435665.0821

#cee052 color RGB value is (206,224,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01010010
Octal 316 340 122
Decimal 206 224 82
Hex CE E0 52

RGB Percentages of Color #cee052

%40.23
%43.75
%16.02

CMYK Percentages of Color #cee052

%8
%0
%63
%12

Triadic Colors of #cee052

#cee052 #52cee0 #e052ce

Analogous Colors of #cee052

#cee052 #87e052 #e0ab52

Monochromatic Colors of #cee052

#cee052

Complementary Color

#cee052 #6452e0

#cee052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee052 Color CSS Codes

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

#cee052 Text Font Color

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

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


#cee052 Background Color

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

This div background color is #cee052


#cee052 Border Color

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

This div border color is #cee052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee052


Comments

No comments written yet.

Please login to write comment.