Color Hex Logo

#dddf9f Color Hex

#DDDF9F
(221,223,159)
0 Favorites   0 Comments

Color spaces of #dddf9f

RGB 221223159
HSL0.170.500.75
HSV62°29°87°
CMYK 0.010.000.29   0.13
XYZ62.464570.650743.1456
Yxy70.65070.35440.4008
Hunter Lab84.0540-14.442628.4037
CIE-Lab87.3150-10.611431.2292

#dddf9f color RGB value is (221,223,159).

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

The process color (four color CMYK) of #dddf9f color hex is 0.01, 0.00, 0.29, 0.13. Web safe color of #dddf9f is #cccc99. Color #dddf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10011111
Octal 335 337 237
Decimal 221 223 159
Hex DD DF 9F

RGB Percentages of Color #dddf9f

%36.65
%36.98
%26.37

CMYK Percentages of Color #dddf9f

%1
%0
%29
%13

Triadic Colors of #dddf9f

#dddf9f #9fdddf #df9fdd

Analogous Colors of #dddf9f

#dddf9f #bddf9f #dfc19f

Monochromatic Colors of #dddf9f

#dddf9f

Complementary Color

#dddf9f #a19fdf

#dddf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf9f Color CSS Codes

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

#dddf9f Text Font Color

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

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


#dddf9f Background Color

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

This div background color is #dddf9f


#dddf9f Border Color

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

This div border color is #dddf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf9f


Comments

No comments written yet.

Please login to write comment.