Color Hex Logo

#cee50f Color Hex

#CEE50F
(206,229,15)
0 Favorites   0 Comments

Color spaces of #cee50f

RGB 20622915
HSL0.180.880.48
HSV66°93°90°
CMYK 0.100.000.93   0.10
XYZ53.559169.194910.9850
Yxy69.19490.40050.5174
Hunter Lab83.1835-30.640850.3987
CIE-Lab86.6005-29.257883.7916

#cee50f color RGB value is (206,229,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00001111
Octal 316 345 17
Decimal 206 229 15
Hex CE E5 F

RGB Percentages of Color #cee50f

%45.78
%50.89
%3.33

CMYK Percentages of Color #cee50f

%10
%0
%93
%10

Triadic Colors of #cee50f

#cee50f #0fcee5 #e50fce

Analogous Colors of #cee50f

#cee50f #63e50f #e5910f

Monochromatic Colors of #cee50f

#cee50f

Complementary Color

#cee50f #260fe5

#cee50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee50f Color CSS Codes

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

#cee50f Text Font Color

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

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


#cee50f Background Color

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

This div background color is #cee50f


#cee50f Border Color

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

This div border color is #cee50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee50f


Comments

No comments written yet.

Please login to write comment.