Color Hex Logo

#cde11e Color Hex

#CDE11E
(205,225,30)
0 Favorites   0 Comments

Color spaces of #cde11e

RGB 20522530
HSL0.180.760.50
HSV66°87°88°
CMYK 0.090.000.87   0.12
XYZ52.336466.923311.3874
Yxy66.92330.40060.5122
Hunter Lab81.8067-28.965049.0116
CIE-Lab85.4652-27.531280.7109

#cde11e color RGB value is (205,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 00011110
Octal 315 341 36
Decimal 205 225 30
Hex CD E1 1E

RGB Percentages of Color #cde11e

%44.57
%48.91
%6.52

CMYK Percentages of Color #cde11e

%9
%0
%87
%12

Triadic Colors of #cde11e

#cde11e #1ecde1 #e11ecd

Analogous Colors of #cde11e

#cde11e #6ce11e #e1941e

Monochromatic Colors of #cde11e

#cde11e

Complementary Color

#cde11e #321ee1

#cde11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde11e Color CSS Codes

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

#cde11e Text Font Color

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

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


#cde11e Background Color

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

This div background color is #cde11e


#cde11e Border Color

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

This div border color is #cde11e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,225,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 #cde11e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde11e


Comments

No comments written yet.

Please login to write comment.