Color Hex Logo

#dfafb9 Color Hex

#DFAFB9
(223,175,185)
0 Favorites   0 Comments

Color spaces of #dfafb9

RGB 223175185
HSL0.970.430.78
HSV348°22°87°
CMYK 0.000.220.17   0.13
XYZ54.518449.850752.6477
Yxy49.85070.34720.3175
Hunter Lab70.605014.27185.2130
CIE-Lab75.977518.98191.6048

#dfafb9 color RGB value is (223,175,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10111001
Octal 337 257 271
Decimal 223 175 185
Hex DF AF B9

RGB Percentages of Color #dfafb9

%38.25
%30.02
%31.73

CMYK Percentages of Color #dfafb9

%0
%22
%17
%13

Triadic Colors of #dfafb9

#dfafb9 #b9dfaf #afb9df

Analogous Colors of #dfafb9

#dfafb9 #dfbdaf #dfafd1

Monochromatic Colors of #dfafb9

#dfafb9

Complementary Color

#dfafb9 #afdfd5

#dfafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafb9 Color CSS Codes

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

#dfafb9 Text Font Color

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

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


#dfafb9 Background Color

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

This div background color is #dfafb9


#dfafb9 Border Color

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

This div border color is #dfafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafb9


Comments

No comments written yet.

Please login to write comment.