Color Hex Logo

#dfabd4 Color Hex

#DFABD4
(223,171,212)
0 Favorites   0 Comments

Color spaces of #dfabd4

RGB 223171212
HSL0.870.450.77
HSV313°23°87°
CMYK 0.000.230.05   0.13
XYZ56.878049.567368.8570
Yxy49.56730.32450.2828
Hunter Lab70.404020.9994-8.7043
CIE-Lab75.802925.6436-13.3884

#dfabd4 color RGB value is (223,171,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11010100
Octal 337 253 324
Decimal 223 171 212
Hex DF AB D4

RGB Percentages of Color #dfabd4

%36.80
%28.22
%34.98

CMYK Percentages of Color #dfabd4

%0
%23
%5
%13

Triadic Colors of #dfabd4

#dfabd4 #d4dfab #abd4df

Analogous Colors of #dfabd4

#dfabd4 #dfabba #d0abdf

Monochromatic Colors of #dfabd4

#dfabd4

Complementary Color

#dfabd4 #abdfb6

#dfabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabd4 Color CSS Codes

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

#dfabd4 Text Font Color

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

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


#dfabd4 Background Color

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

This div background color is #dfabd4


#dfabd4 Border Color

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

This div border color is #dfabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabd4


Comments

No comments written yet.

Please login to write comment.