Color Hex Logo

#dfabc3 Color Hex

#DFABC3
(223,171,195)
0 Favorites   0 Comments

Color spaces of #dfabc3

RGB 223171195
HSL0.920.450.77
HSV332°23°87°
CMYK 0.000.230.13   0.13
XYZ54.844748.753958.1496
Yxy48.75390.33910.3014
Hunter Lab69.824018.0145-0.5001
CIE-Lab75.298022.7382-4.8550

#dfabc3 color RGB value is (223,171,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11000011
Octal 337 253 303
Decimal 223 171 195
Hex DF AB C3

RGB Percentages of Color #dfabc3

%37.86
%29.03
%33.11

CMYK Percentages of Color #dfabc3

%0
%23
%13
%13

Triadic Colors of #dfabc3

#dfabc3 #c3dfab #abc3df

Analogous Colors of #dfabc3

#dfabc3 #dfadab #dfabdd

Monochromatic Colors of #dfabc3

#dfabc3

Complementary Color

#dfabc3 #abdfc7

#dfabc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabc3 Color CSS Codes

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

#dfabc3 Text Font Color

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

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


#dfabc3 Background Color

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

This div background color is #dfabc3


#dfabc3 Border Color

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

This div border color is #dfabc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabc3


Comments

No comments written yet.

Please login to write comment.