Color Hex Logo

#dfabc0 Color Hex

#DFABC0
(223,171,192)
0 Favorites   0 Comments

Color spaces of #dfabc0

RGB 223171192
HSL0.930.450.77
HSV336°23°87°
CMYK 0.000.230.14   0.13
XYZ54.508848.619656.3808
Yxy48.61960.34170.3048
Hunter Lab69.727817.51660.8684
CIE-Lab75.214122.2483-3.3374

#dfabc0 color RGB value is (223,171,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11000000
Octal 337 253 300
Decimal 223 171 192
Hex DF AB C0

RGB Percentages of Color #dfabc0

%38.05
%29.18
%32.76

CMYK Percentages of Color #dfabc0

%0
%23
%14
%13

Triadic Colors of #dfabc0

#dfabc0 #c0dfab #abc0df

Analogous Colors of #dfabc0

#dfabc0 #dfb0ab #dfabda

Monochromatic Colors of #dfabc0

#dfabc0

Complementary Color

#dfabc0 #abdfca

#dfabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabc0 Color CSS Codes

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

#dfabc0 Text Font Color

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

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


#dfabc0 Background Color

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

This div background color is #dfabc0


#dfabc0 Border Color

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

This div border color is #dfabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabc0


Comments

No comments written yet.

Please login to write comment.