Color Hex Logo

#cee03e Color Hex

#CEE03E
(206,224,62)
0 Favorites   0 Comments

Color spaces of #cee03e

RGB 20622462
HSL0.190.720.56
HSV67°72°88°
CMYK 0.080.000.72   0.12
XYZ52.978866.780914.6552
Yxy66.78090.39410.4968
Hunter Lab81.7196-27.287746.5709
CIE-Lab85.3932-25.550972.3198

#cee03e color RGB value is (206,224,62).

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

The process color (four color CMYK) of #cee03e color hex is 0.08, 0.00, 0.72, 0.12. Web safe color of #cee03e is #cccc33. Color #cee03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00111110
Octal 316 340 76
Decimal 206 224 62
Hex CE E0 3E

RGB Percentages of Color #cee03e

%41.87
%45.53
%12.60

CMYK Percentages of Color #cee03e

%8
%0
%72
%12

Triadic Colors of #cee03e

#cee03e #3ecee0 #e03ece

Analogous Colors of #cee03e

#cee03e #7de03e #e0a13e

Monochromatic Colors of #cee03e

#cee03e

Complementary Color

#cee03e #503ee0

#cee03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee03e Color CSS Codes

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

#cee03e Text Font Color

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

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


#cee03e Background Color

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

This div background color is #cee03e


#cee03e Border Color

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

This div border color is #cee03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee03e


Comments

No comments written yet.

Please login to write comment.