Color Hex Logo

#cde011 Color Hex

#CDE011
(205,224,17)
0 Favorites   0 Comments

Color spaces of #cde011

RGB 20522417
HSL0.180.860.47
HSV66°92°88°
CMYK 0.080.000.92   0.12
XYZ51.933766.330910.5963
Yxy66.33090.40300.5147
Hunter Lab81.4438-28.703849.2967
CIE-Lab85.1649-27.290882.4279

#cde011 color RGB value is (205,224,17).

#cde011 hex color red value is 205, green value is 224 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cde011 hue: 0.18 , saturation: 0.86 and the lightness value of cde011 is 0.47.

The process color (four color CMYK) of #cde011 color hex is 0.08, 0.00, 0.92, 0.12. Web safe color of #cde011 is #cccc00. Color #cde011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 00010001
Octal 315 340 21
Decimal 205 224 17
Hex CD E0 11

RGB Percentages of Color #cde011

%45.96
%50.22
%3.81

CMYK Percentages of Color #cde011

%8
%0
%92
%12

Triadic Colors of #cde011

#cde011 #11cde0 #e011cd

Analogous Colors of #cde011

#cde011 #66e011 #e08c11

Monochromatic Colors of #cde011

#cde011

Complementary Color

#cde011 #2411e0

#cde011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde011 Color CSS Codes

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

#cde011 Text Font Color

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

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


#cde011 Background Color

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

This div background color is #cde011


#cde011 Border Color

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

This div border color is #cde011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde011


Comments

No comments written yet.

Please login to write comment.