Color Hex Logo

#cee50e Color Hex

#CEE50E
(206,229,14)
0 Favorites   0 Comments

Color spaces of #cee50e

RGB 20622914
HSL0.180.880.48
HSV66°94°90°
CMYK 0.100.000.94   0.10
XYZ53.552269.192110.9484
Yxy69.19210.40060.5175
Hunter Lab83.1818-30.650350.4235
CIE-Lab86.5991-29.269583.8927

#cee50e color RGB value is (206,229,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00001110
Octal 316 345 16
Decimal 206 229 14
Hex CE E5 E

RGB Percentages of Color #cee50e

%45.88
%51.00
%3.12

CMYK Percentages of Color #cee50e

%10
%0
%94
%10

Triadic Colors of #cee50e

#cee50e #0ecee5 #e50ece

Analogous Colors of #cee50e

#cee50e #63e50e #e5910e

Monochromatic Colors of #cee50e

#cee50e

Complementary Color

#cee50e #250ee5

#cee50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee50e Color CSS Codes

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

#cee50e Text Font Color

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

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


#cee50e Background Color

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

This div background color is #cee50e


#cee50e Border Color

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

This div border color is #cee50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee50e


Comments

No comments written yet.

Please login to write comment.