Color Hex Logo

#ddde5f Color Hex

#DDDE5F
(221,222,95)
0 Favorites   0 Comments

Color spaces of #ddde5f

RGB 22122295
HSL0.170.660.62
HSV60°57°87°
CMYK 0.000.000.57   0.13
XYZ58.005668.440920.9797
Yxy68.44090.39350.4642
Hunter Lab82.7290-19.620242.8746
CIE-Lab86.2264-16.519260.7362

#ddde5f color RGB value is (221,222,95).

#ddde5f hex color red value is 221, green value is 222 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ddde5f hue: 0.17 , saturation: 0.66 and the lightness value of ddde5f is 0.62.

The process color (four color CMYK) of #ddde5f color hex is 0.00, 0.00, 0.57, 0.13. Web safe color of #ddde5f is #cccc66. Color #ddde5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 01011111
Octal 335 336 137
Decimal 221 222 95
Hex DD DE 5F

RGB Percentages of Color #ddde5f

%41.08
%41.26
%17.66

CMYK Percentages of Color #ddde5f

%0
%0
%57
%13

Triadic Colors of #ddde5f

#ddde5f #5fddde #de5fdd

Analogous Colors of #ddde5f

#ddde5f #9ede5f #dea05f

Monochromatic Colors of #ddde5f

#ddde5f

Complementary Color

#ddde5f #605fde

#ddde5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde5f Color CSS Codes

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

#ddde5f Text Font Color

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

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


#ddde5f Background Color

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

This div background color is #ddde5f


#ddde5f Border Color

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

This div border color is #ddde5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,222,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde5f


Comments

No comments written yet.

Please login to write comment.