Color Hex Logo

#dfddb5 Color Hex

#DFDDB5
(223,221,181)
0 Favorites   0 Comments

Color spaces of #dfddb5

RGB 223221181
HSL0.160.400.79
HSV57°19°87°
CMYK 0.000.010.19   0.13
XYZ64.628470.737153.9634
Yxy70.73710.34140.3736
Hunter Lab84.1054-10.021020.8323
CIE-Lab87.3571-5.829919.9279

#dfddb5 color RGB value is (223,221,181).

#dfddb5 hex color red value is 223, green value is 221 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dfddb5 hue: 0.16 , saturation: 0.40 and the lightness value of dfddb5 is 0.79.

The process color (four color CMYK) of #dfddb5 color hex is 0.00, 0.01, 0.19, 0.13. Web safe color of #dfddb5 is #cccccc. Color #dfddb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10110101
Octal 337 335 265
Decimal 223 221 181
Hex DF DD B5

RGB Percentages of Color #dfddb5

%35.68
%35.36
%28.96

CMYK Percentages of Color #dfddb5

%0
%1
%19
%13

Triadic Colors of #dfddb5

#dfddb5 #b5dfdd #ddb5df

Analogous Colors of #dfddb5

#dfddb5 #ccdfb5 #dfc8b5

Monochromatic Colors of #dfddb5

#dfddb5

Complementary Color

#dfddb5 #b5b7df

#dfddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddb5 Color CSS Codes

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

#dfddb5 Text Font Color

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

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


#dfddb5 Background Color

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

This div background color is #dfddb5


#dfddb5 Border Color

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

This div border color is #dfddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddb5


Comments

No comments written yet.

Please login to write comment.