Color Hex Logo

#dfddb6 Color Hex

#DFDDB6
(223,221,182)
0 Favorites   0 Comments

Color spaces of #dfddb6

RGB 223221182
HSL0.160.390.79
HSV57°18°87°
CMYK 0.000.010.18   0.13
XYZ64.731470.778354.5058
Yxy70.77830.34070.3725
Hunter Lab84.1298-9.885320.4783
CIE-Lab87.3772-5.683019.4339

#dfddb6 color RGB value is (223,221,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10110110
Octal 337 335 266
Decimal 223 221 182
Hex DF DD B6

RGB Percentages of Color #dfddb6

%35.62
%35.30
%29.07

CMYK Percentages of Color #dfddb6

%0
%1
%18
%13

Triadic Colors of #dfddb6

#dfddb6 #b6dfdd #ddb6df

Analogous Colors of #dfddb6

#dfddb6 #cddfb6 #dfc9b6

Monochromatic Colors of #dfddb6

#dfddb6

Complementary Color

#dfddb6 #b6b8df

#dfddb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddb6 Color CSS Codes

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

#dfddb6 Text Font Color

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

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


#dfddb6 Background Color

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

This div background color is #dfddb6


#dfddb6 Border Color

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

This div border color is #dfddb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddb6


Comments

No comments written yet.

Please login to write comment.