Color Hex Logo

#cee40f Color Hex

#CEE40F
(206,228,15)
0 Favorites   0 Comments

Color spaces of #cee40f

RGB 20622815
HSL0.180.880.48
HSV66°93°89°
CMYK 0.100.000.93   0.11
XYZ53.283268.643110.8931
Yxy68.64310.40120.5168
Hunter Lab82.8511-30.192650.2005
CIE-Lab86.3270-28.789483.5805

#cee40f color RGB value is (206,228,15).

#cee40f hex color red value is 206, green value is 228 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cee40f hue: 0.18 , saturation: 0.88 and the lightness value of cee40f is 0.48.

The process color (four color CMYK) of #cee40f color hex is 0.10, 0.00, 0.93, 0.11. Web safe color of #cee40f is #cccc00. Color #cee40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 00001111
Octal 316 344 17
Decimal 206 228 15
Hex CE E4 F

RGB Percentages of Color #cee40f

%45.88
%50.78
%3.34

CMYK Percentages of Color #cee40f

%10
%0
%93
%11

Triadic Colors of #cee40f

#cee40f #0fcee4 #e40fce

Analogous Colors of #cee40f

#cee40f #64e40f #e4900f

Monochromatic Colors of #cee40f

#cee40f

Complementary Color

#cee40f #250fe4

#cee40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee40f Color CSS Codes

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

#cee40f Text Font Color

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

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


#cee40f Background Color

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

This div background color is #cee40f


#cee40f Border Color

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

This div border color is #cee40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee40f


Comments

No comments written yet.

Please login to write comment.