Color Hex Logo

#dfddb8 Color Hex

#DFDDB8
(223,221,184)
0 Favorites   0 Comments

Color spaces of #dfddb8

RGB 223221184
HSL0.160.380.80
HSV57°17°87°
CMYK 0.000.010.17   0.13
XYZ64.939670.861655.6024
Yxy70.86160.33930.3702
Hunter Lab84.1793-9.611219.7631
CIE-Lab87.4177-5.386618.4459

#dfddb8 color RGB value is (223,221,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10111000
Octal 337 335 270
Decimal 223 221 184
Hex DF DD B8

RGB Percentages of Color #dfddb8

%35.51
%35.19
%29.30

CMYK Percentages of Color #dfddb8

%0
%1
%17
%13

Triadic Colors of #dfddb8

#dfddb8 #b8dfdd #ddb8df

Analogous Colors of #dfddb8

#dfddb8 #cedfb8 #dfcab8

Monochromatic Colors of #dfddb8

#dfddb8

Complementary Color

#dfddb8 #b8badf

#dfddb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddb8 Color CSS Codes

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

#dfddb8 Text Font Color

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

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


#dfddb8 Background Color

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

This div background color is #dfddb8


#dfddb8 Border Color

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

This div border color is #dfddb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddb8


Comments

No comments written yet.

Please login to write comment.