Color Hex Logo

#cee02d Color Hex

#CEE02D
(206,224,45)
0 Favorites   0 Comments

Color spaces of #cee02d

RGB 20622445
HSL0.180.740.53
HSV66°80°88°
CMYK 0.080.000.80   0.12
XYZ52.582966.622612.5707
Yxy66.62260.39900.5056
Hunter Lab81.6227-27.846548.0046
CIE-Lab85.3130-26.232877.2916

#cee02d color RGB value is (206,224,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00101101
Octal 316 340 55
Decimal 206 224 45
Hex CE E0 2D

RGB Percentages of Color #cee02d

%43.37
%47.16
%9.47

CMYK Percentages of Color #cee02d

%8
%0
%80
%12

Triadic Colors of #cee02d

#cee02d #2dcee0 #e02dce

Analogous Colors of #cee02d

#cee02d #75e02d #e0992d

Monochromatic Colors of #cee02d

#cee02d

Complementary Color

#cee02d #3f2de0

#cee02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee02d Color CSS Codes

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

#cee02d Text Font Color

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

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


#cee02d Background Color

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

This div background color is #cee02d


#cee02d Border Color

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

This div border color is #cee02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee02d


Comments

No comments written yet.

Please login to write comment.