Color Hex Logo

#cee062 Color Hex

#CEE062
(206,224,98)
0 Favorites   0 Comments

Color spaces of #cee062

RGB 20622498
HSL0.190.670.63
HSV69°56°88°
CMYK 0.080.000.56   0.12
XYZ54.313967.315021.6857
Yxy67.31500.37900.4697
Hunter Lab82.0457-25.413841.7609
CIE-Lab85.6628-23.284958.4829

#cee062 color RGB value is (206,224,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01100010
Octal 316 340 142
Decimal 206 224 98
Hex CE E0 62

RGB Percentages of Color #cee062

%39.02
%42.42
%18.56

CMYK Percentages of Color #cee062

%8
%0
%56
%12

Triadic Colors of #cee062

#cee062 #62cee0 #e062ce

Analogous Colors of #cee062

#cee062 #8fe062 #e0b362

Monochromatic Colors of #cee062

#cee062

Complementary Color

#cee062 #7462e0

#cee062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee062 Color CSS Codes

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

#cee062 Text Font Color

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

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


#cee062 Background Color

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

This div background color is #cee062


#cee062 Border Color

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

This div border color is #cee062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee062


Comments

No comments written yet.

Please login to write comment.