Color Hex Logo

#dde11e Color Hex

#DDE11E
(221,225,30)
0 Favorites   0 Comments

Color spaces of #dde11e

RGB 22122530
HSL0.170.760.50
HSV61°87°88°
CMYK 0.020.000.87   0.12
XYZ56.978469.316311.6046
Yxy69.31630.41320.5027
Hunter Lab83.2564-23.538250.0154
CIE-Lab86.6604-20.908382.1764

#dde11e color RGB value is (221,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00011110
Octal 335 341 36
Decimal 221 225 30
Hex DD E1 1E

RGB Percentages of Color #dde11e

%46.43
%47.27
%6.30

CMYK Percentages of Color #dde11e

%2
%0
%87
%12

Triadic Colors of #dde11e

#dde11e #1edde1 #e11edd

Analogous Colors of #dde11e

#dde11e #7ce11e #e1841e

Monochromatic Colors of #dde11e

#dde11e

Complementary Color

#dde11e #221ee1

#dde11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde11e Color CSS Codes

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

#dde11e Text Font Color

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

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


#dde11e Background Color

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

This div background color is #dde11e


#dde11e Border Color

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

This div border color is #dde11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde11e


Comments

No comments written yet.

Please login to write comment.