Color Hex Logo

#dfdda7 Color Hex

#DFDDA7
(223,221,167)
0 Favorites   0 Comments

Color spaces of #dfdda7

RGB 223221167
HSL0.160.470.76
HSV58°25°87°
CMYK 0.000.010.25   0.13
XYZ63.262970.190946.7731
Yxy70.19090.35100.3895
Hunter Lab83.7800-11.828425.5453
CIE-Lab87.0904-7.798926.8353

#dfdda7 color RGB value is (223,221,167).

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

The process color (four color CMYK) of #dfdda7 color hex is 0.00, 0.01, 0.25, 0.13. Web safe color of #dfdda7 is #cccc99. Color #dfdda7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10100111
Octal 337 335 247
Decimal 223 221 167
Hex DF DD A7

RGB Percentages of Color #dfdda7

%36.50
%36.17
%27.33

CMYK Percentages of Color #dfdda7

%0
%1
%25
%13

Triadic Colors of #dfdda7

#dfdda7 #a7dfdd #dda7df

Analogous Colors of #dfdda7

#dfdda7 #c5dfa7 #dfc1a7

Monochromatic Colors of #dfdda7

#dfdda7

Complementary Color

#dfdda7 #a7a9df

#dfdda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdda7 Color CSS Codes

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

#dfdda7 Text Font Color

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

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


#dfdda7 Background Color

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

This div background color is #dfdda7


#dfdda7 Border Color

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

This div border color is #dfdda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdda7


Comments

No comments written yet.

Please login to write comment.