Color Hex Logo

#dfabc9 Color Hex

#DFABC9
(223,171,201)
0 Favorites   0 Comments

Color spaces of #dfabc9

RGB 223171201
HSL0.900.450.77
HSV325°23°87°
CMYK 0.000.230.10   0.13
XYZ55.537049.030861.7951
Yxy49.03080.33380.2947
Hunter Lab70.022019.0364-3.3086
CIE-Lab75.470523.7387-7.8799

#dfabc9 color RGB value is (223,171,201).

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

The process color (four color CMYK) of #dfabc9 color hex is 0.00, 0.23, 0.10, 0.13. Web safe color of #dfabc9 is #cc99cc. Color #dfabc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11001001
Octal 337 253 311
Decimal 223 171 201
Hex DF AB C9

RGB Percentages of Color #dfabc9

%37.48
%28.74
%33.78

CMYK Percentages of Color #dfabc9

%0
%23
%10
%13

Triadic Colors of #dfabc9

#dfabc9 #c9dfab #abc9df

Analogous Colors of #dfabc9

#dfabc9 #dfabaf #dbabdf

Monochromatic Colors of #dfabc9

#dfabc9

Complementary Color

#dfabc9 #abdfc1

#dfabc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabc9 Color CSS Codes

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

#dfabc9 Text Font Color

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

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


#dfabc9 Background Color

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

This div background color is #dfabc9


#dfabc9 Border Color

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

This div border color is #dfabc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabc9


Comments

No comments written yet.

Please login to write comment.