Color Hex Logo

#cee01e Color Hex

#CEE01E
(206,224,30)
0 Favorites   0 Comments

Color spaces of #cee01e

RGB 20622430
HSL0.180.760.50
HSV66°87°88°
CMYK 0.080.000.87   0.12
XYZ52.343666.526911.3105
Yxy66.52690.40210.5110
Hunter Lab81.5640-28.184948.8731
CIE-Lab85.2645-26.647280.5774

#cee01e color RGB value is (206,224,30).

#cee01e hex color red value is 206, green value is 224 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cee01e hue: 0.18 , saturation: 0.76 and the lightness value of cee01e is 0.50.

The process color (four color CMYK) of #cee01e color hex is 0.08, 0.00, 0.87, 0.12. Web safe color of #cee01e is #cccc33. Color #cee01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00011110
Octal 316 340 36
Decimal 206 224 30
Hex CE E0 1E

RGB Percentages of Color #cee01e

%44.78
%48.70
%6.52

CMYK Percentages of Color #cee01e

%8
%0
%87
%12

Triadic Colors of #cee01e

#cee01e #1ecee0 #e01ece

Analogous Colors of #cee01e

#cee01e #6de01e #e0911e

Monochromatic Colors of #cee01e

#cee01e

Complementary Color

#cee01e #301ee0

#cee01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee01e Color CSS Codes

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

#cee01e Text Font Color

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

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


#cee01e Background Color

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

This div background color is #cee01e


#cee01e Border Color

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

This div border color is #cee01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee01e


Comments

No comments written yet.

Please login to write comment.