Color Hex Logo

#dfabc5 Color Hex

#DFABC5
(223,171,197)
0 Favorites   0 Comments

Color spaces of #dfabc5

RGB 223171197
HSL0.920.450.77
HSV330°23°87°
CMYK 0.000.230.12   0.13
XYZ55.072448.845059.3487
Yxy48.84500.33730.2992
Hunter Lab69.889218.3512-1.4256
CIE-Lab75.354823.0685-5.8648

#dfabc5 color RGB value is (223,171,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11000101
Octal 337 253 305
Decimal 223 171 197
Hex DF AB C5

RGB Percentages of Color #dfabc5

%37.73
%28.93
%33.33

CMYK Percentages of Color #dfabc5

%0
%23
%12
%13

Triadic Colors of #dfabc5

#dfabc5 #c5dfab #abc5df

Analogous Colors of #dfabc5

#dfabc5 #dfabab #dfabdf

Monochromatic Colors of #dfabc5

#dfabc5

Complementary Color

#dfabc5 #abdfc5

#dfabc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabc5 Color CSS Codes

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

#dfabc5 Text Font Color

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

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


#dfabc5 Background Color

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

This div background color is #dfabc5


#dfabc5 Border Color

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

This div border color is #dfabc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabc5

#dfabc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.