Color Hex Logo

#cee040 Color Hex

#CEE040
(206,224,64)
0 Favorites   0 Comments

Color spaces of #cee040

RGB 20622464
HSL0.190.720.56
HSV67°71°88°
CMYK 0.080.000.71   0.12
XYZ53.034766.803314.9496
Yxy66.80330.39350.4956
Hunter Lab81.7333-27.209046.3687
CIE-Lab85.4045-25.455171.6575

#cee040 color RGB value is (206,224,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01000000
Octal 316 340 100
Decimal 206 224 64
Hex CE E0 40

RGB Percentages of Color #cee040

%41.70
%45.34
%12.96

CMYK Percentages of Color #cee040

%8
%0
%71
%12

Triadic Colors of #cee040

#cee040 #40cee0 #e040ce

Analogous Colors of #cee040

#cee040 #7ee040 #e0a240

Monochromatic Colors of #cee040

#cee040

Complementary Color

#cee040 #5240e0

#cee040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee040 Color CSS Codes

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

#cee040 Text Font Color

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

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


#cee040 Background Color

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

This div background color is #cee040


#cee040 Border Color

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

This div border color is #cee040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee040


Comments

No comments written yet.

Please login to write comment.