Color Hex Logo

#dfaab4 Color Hex

#DFAAB4
(223,170,180)
0 Favorites   0 Comments

Color spaces of #dfaab4

RGB 223170180
HSL0.970.450.77
HSV349°24°87°
CMYK 0.000.240.19   0.13
XYZ53.044447.732749.5976
Yxy47.73270.35270.3174
Hunter Lab69.088916.14165.7990
CIE-Lab74.656020.89972.4183

#dfaab4 color RGB value is (223,170,180).

#dfaab4 hex color red value is 223, green value is 170 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dfaab4 hue: 0.97 , saturation: 0.45 and the lightness value of dfaab4 is 0.77.

The process color (four color CMYK) of #dfaab4 color hex is 0.00, 0.24, 0.19, 0.13. Web safe color of #dfaab4 is #cc99cc. Color #dfaab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10110100
Octal 337 252 264
Decimal 223 170 180
Hex DF AA B4

RGB Percentages of Color #dfaab4

%38.92
%29.67
%31.41

CMYK Percentages of Color #dfaab4

%0
%24
%19
%13

Triadic Colors of #dfaab4

#dfaab4 #b4dfaa #aab4df

Analogous Colors of #dfaab4

#dfaab4 #dfbbaa #dfaacf

Monochromatic Colors of #dfaab4

#dfaab4

Complementary Color

#dfaab4 #aadfd5

#dfaab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaab4 Color CSS Codes

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

#dfaab4 Text Font Color

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

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


#dfaab4 Background Color

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

This div background color is #dfaab4


#dfaab4 Border Color

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

This div border color is #dfaab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaab4


Comments

No comments written yet.

Please login to write comment.