Color Hex Logo

#dfaab1 Color Hex

#DFAAB1
(223,170,177)
0 Favorites   0 Comments

Color spaces of #dfaab1

RGB 223170177
HSL0.980.450.77
HSV352°24°87°
CMYK 0.000.240.21   0.13
XYZ52.742047.611848.0052
Yxy47.61180.35550.3209
Hunter Lab69.001315.68647.0520
CIE-Lab74.579420.44623.9511

#dfaab1 color RGB value is (223,170,177).

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

The process color (four color CMYK) of #dfaab1 color hex is 0.00, 0.24, 0.21, 0.13. Web safe color of #dfaab1 is #cc9999. Color #dfaab1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10110001
Octal 337 252 261
Decimal 223 170 177
Hex DF AA B1

RGB Percentages of Color #dfaab1

%39.12
%29.82
%31.05

CMYK Percentages of Color #dfaab1

%0
%24
%21
%13

Triadic Colors of #dfaab1

#dfaab1 #b1dfaa #aab1df

Analogous Colors of #dfaab1

#dfaab1 #dfbeaa #dfaacc

Monochromatic Colors of #dfaab1

#dfaab1

Complementary Color

#dfaab1 #aadfd8

#dfaab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaab1 Color CSS Codes

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

#dfaab1 Text Font Color

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

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


#dfaab1 Background Color

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

This div background color is #dfaab1


#dfaab1 Border Color

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

This div border color is #dfaab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaab1


Comments

No comments written yet.

Please login to write comment.