Color Hex Logo

#cee50b Color Hex

#CEE50B
(206,229,11)
0 Favorites   0 Comments

Color spaces of #cee50b

RGB 20622911
HSL0.180.910.47
HSV66°95°90°
CMYK 0.100.000.95   0.10
XYZ53.533369.184610.8491
Yxy69.18460.40080.5180
Hunter Lab83.1773-30.676850.4907
CIE-Lab86.5954-29.302184.1683

#cee50b color RGB value is (206,229,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00001011
Octal 316 345 13
Decimal 206 229 11
Hex CE E5 B

RGB Percentages of Color #cee50b

%46.19
%51.35
%2.47

CMYK Percentages of Color #cee50b

%10
%0
%95
%10

Triadic Colors of #cee50b

#cee50b #0bcee5 #e50bce

Analogous Colors of #cee50b

#cee50b #61e50b #e58f0b

Monochromatic Colors of #cee50b

#cee50b

Complementary Color

#cee50b #220be5

#cee50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee50b Color CSS Codes

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

#cee50b Text Font Color

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

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


#cee50b Background Color

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

This div background color is #cee50b


#cee50b Border Color

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

This div border color is #cee50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee50b


Comments

No comments written yet.

Please login to write comment.