Color Hex Logo

#cee500 Color Hex

#CEE500
(206,229,0)
0 Favorites   0 Comments

Color spaces of #cee500

RGB 2062290
HSL0.181.000.45
HSV66°100°90°
CMYK 0.100.001.00   0.10
XYZ53.472969.160410.5310
Yxy69.16040.40160.5194
Hunter Lab83.1627-30.760950.7059
CIE-Lab86.5834-29.405985.0629

#cee500 color RGB value is (206,229,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00000000
Octal 316 345 0
Decimal 206 229 0
Hex CE E5 0

RGB Percentages of Color #cee500

%47.36
%52.64
%0.00

CMYK Percentages of Color #cee500

%10
%0
%100
%10

Triadic Colors of #cee500

#cee500 #00cee5 #e500ce

Analogous Colors of #cee500

#cee500 #5be500 #e58a00

Monochromatic Colors of #cee500

#cee500

Complementary Color

#cee500 #1700e5

#cee500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee500 Color CSS Codes

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

#cee500 Text Font Color

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

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


#cee500 Background Color

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

This div background color is #cee500


#cee500 Border Color

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

This div border color is #cee500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee500


Comments

No comments written yet.

Please login to write comment.