Color Hex Logo

#dfdac5 Color Hex

#DFDAC5
(223,218,197)
0 Favorites   0 Comments

Color spaces of #dfdac5

RGB 223218197
HSL0.130.290.82
HSV48°12°87°
CMYK 0.000.020.12   0.13
XYZ65.580969.862062.8516
Yxy69.86200.33070.3523
Hunter Lab83.5835-6.217213.9246
CIE-Lab86.9291-1.835710.9380

#dfdac5 color RGB value is (223,218,197).

#dfdac5 hex color red value is 223, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dfdac5 hue: 0.13 , saturation: 0.29 and the lightness value of dfdac5 is 0.82.

The process color (four color CMYK) of #dfdac5 color hex is 0.00, 0.02, 0.12, 0.13. Web safe color of #dfdac5 is #cccccc. Color #dfdac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11000101
Octal 337 332 305
Decimal 223 218 197
Hex DF DA C5

RGB Percentages of Color #dfdac5

%34.95
%34.17
%30.88

CMYK Percentages of Color #dfdac5

%0
%2
%12
%13

Triadic Colors of #dfdac5

#dfdac5 #c5dfda #dac5df

Analogous Colors of #dfdac5

#dfdac5 #d7dfc5 #dfcdc5

Monochromatic Colors of #dfdac5

#dfdac5

Complementary Color

#dfdac5 #c5cadf

#dfdac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdac5 Color CSS Codes

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

#dfdac5 Text Font Color

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

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


#dfdac5 Background Color

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

This div background color is #dfdac5


#dfdac5 Border Color

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

This div border color is #dfdac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdac5


Comments

No comments written yet.

Please login to write comment.