Color Hex Logo

#dfafbd Color Hex

#DFAFBD
(223,175,189)
0 Favorites   0 Comments

Color spaces of #dfafbd

RGB 223175189
HSL0.950.430.78
HSV343°22°87°
CMYK 0.000.220.15   0.13
XYZ54.946750.022054.9033
Yxy50.02200.34370.3129
Hunter Lab70.726214.90453.4828
CIE-Lab76.082819.6133-0.4243

#dfafbd color RGB value is (223,175,189).

#dfafbd hex color red value is 223, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfafbd hue: 0.95 , saturation: 0.43 and the lightness value of dfafbd is 0.78.

The process color (four color CMYK) of #dfafbd color hex is 0.00, 0.22, 0.15, 0.13. Web safe color of #dfafbd is #cc99cc. Color #dfafbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10111101
Octal 337 257 275
Decimal 223 175 189
Hex DF AF BD

RGB Percentages of Color #dfafbd

%37.99
%29.81
%32.20

CMYK Percentages of Color #dfafbd

%0
%22
%15
%13

Triadic Colors of #dfafbd

#dfafbd #bddfaf #afbddf

Analogous Colors of #dfafbd

#dfafbd #dfb9af #dfafd5

Monochromatic Colors of #dfafbd

#dfafbd

Complementary Color

#dfafbd #afdfd1

#dfafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafbd Color CSS Codes

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

#dfafbd Text Font Color

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

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


#dfafbd Background Color

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

This div background color is #dfafbd


#dfafbd Border Color

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

This div border color is #dfafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafbd


Comments

No comments written yet.

Please login to write comment.