Color Hex Logo

#dfafb2 Color Hex

#DFAFB2
(223,175,178)
0 Favorites   0 Comments

Color spaces of #dfafb2

RGB 223175178
HSL0.990.430.78
HSV356°22°87°
CMYK 0.000.220.20   0.13
XYZ53.797349.562348.8505
Yxy49.56230.35340.3256
Hunter Lab70.400513.20188.1394
CIE-Lab75.799817.90815.1669

#dfafb2 color RGB value is (223,175,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10110010
Octal 337 257 262
Decimal 223 175 178
Hex DF AF B2

RGB Percentages of Color #dfafb2

%38.72
%30.38
%30.90

CMYK Percentages of Color #dfafb2

%0
%22
%20
%13

Triadic Colors of #dfafb2

#dfafb2 #b2dfaf #afb2df

Analogous Colors of #dfafb2

#dfafb2 #dfc4af #dfafca

Monochromatic Colors of #dfafb2

#dfafb2

Complementary Color

#dfafb2 #afdfdc

#dfafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafb2 Color CSS Codes

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

#dfafb2 Text Font Color

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

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


#dfafb2 Background Color

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

This div background color is #dfafb2


#dfafb2 Border Color

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

This div border color is #dfafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafb2


Comments

No comments written yet.

Please login to write comment.