Color Hex Logo

#dfafb3 Color Hex

#DFAFB3
(223,175,179)
0 Favorites   0 Comments

Color spaces of #dfafb3

RGB 223175179
HSL0.990.430.78
HSV355°22°87°
CMYK 0.000.220.20   0.13
XYZ53.898149.602649.3813
Yxy49.60260.35250.3245
Hunter Lab70.429113.35187.7293
CIE-Lab75.824718.05914.6573

#dfafb3 color RGB value is (223,175,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10110011
Octal 337 257 263
Decimal 223 175 179
Hex DF AF B3

RGB Percentages of Color #dfafb3

%38.65
%30.33
%31.02

CMYK Percentages of Color #dfafb3

%0
%22
%20
%13

Triadic Colors of #dfafb3

#dfafb3 #b3dfaf #afb3df

Analogous Colors of #dfafb3

#dfafb3 #dfc3af #dfafcb

Monochromatic Colors of #dfafb3

#dfafb3

Complementary Color

#dfafb3 #afdfdb

#dfafb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafb3 Color CSS Codes

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

#dfafb3 Text Font Color

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

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


#dfafb3 Background Color

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

This div background color is #dfafb3


#dfafb3 Border Color

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

This div border color is #dfafb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafb3


Comments

No comments written yet.

Please login to write comment.