Color Hex Logo

#dfabc2 Color Hex

#DFABC2
(223,171,194)
0 Favorites   0 Comments

Color spaces of #dfabc2

RGB 223171194
HSL0.930.450.77
HSV333°23°87°
CMYK 0.000.230.13   0.13
XYZ54.731948.708857.5560
Yxy48.70880.34000.3025
Hunter Lab69.791717.8475-0.0413
CIE-Lab75.269822.5740-4.3495

#dfabc2 color RGB value is (223,171,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11000010
Octal 337 253 302
Decimal 223 171 194
Hex DF AB C2

RGB Percentages of Color #dfabc2

%37.93
%29.08
%32.99

CMYK Percentages of Color #dfabc2

%0
%23
%13
%13

Triadic Colors of #dfabc2

#dfabc2 #c2dfab #abc2df

Analogous Colors of #dfabc2

#dfabc2 #dfaeab #dfabdc

Monochromatic Colors of #dfabc2

#dfabc2

Complementary Color

#dfabc2 #abdfc8

#dfabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabc2 Color CSS Codes

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

#dfabc2 Text Font Color

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

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


#dfabc2 Background Color

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

This div background color is #dfabc2


#dfabc2 Border Color

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

This div border color is #dfabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabc2


Comments

No comments written yet.

Please login to write comment.