Color Hex Logo

#dfaabb Color Hex

#DFAABB
(223,170,187)
0 Favorites   0 Comments

Color spaces of #dfaabb

RGB 223170187
HSL0.950.450.77
HSV341°24°87°
CMYK 0.000.240.16   0.13
XYZ53.775848.025353.4492
Yxy48.02530.34640.3093
Hunter Lab69.300317.23732.7816
CIE-Lab74.840921.9863-1.1475

#dfaabb color RGB value is (223,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10111011
Octal 337 252 273
Decimal 223 170 187
Hex DF AA BB

RGB Percentages of Color #dfaabb

%38.45
%29.31
%32.24

CMYK Percentages of Color #dfaabb

%0
%24
%16
%13

Triadic Colors of #dfaabb

#dfaabb #bbdfaa #aabbdf

Analogous Colors of #dfaabb

#dfaabb #dfb4aa #dfaad6

Monochromatic Colors of #dfaabb

#dfaabb

Complementary Color

#dfaabb #aadfce

#dfaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaabb Color CSS Codes

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

#dfaabb Text Font Color

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

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


#dfaabb Background Color

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

This div background color is #dfaabb


#dfaabb Border Color

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

This div border color is #dfaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaabb


Comments

No comments written yet.

Please login to write comment.