Color Hex Logo

#dfabb7 Color Hex

#DFABB7
(223,171,183)
0 Favorites   0 Comments

Color spaces of #dfabb7

RGB 223171183
HSL0.960.450.77
HSV346°23°87°
CMYK 0.000.230.18   0.13
XYZ53.541648.232751.2876
Yxy48.23270.34980.3151
Hunter Lab69.449816.07574.8301
CIE-Lab74.971520.82231.2338

#dfabb7 color RGB value is (223,171,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10110111
Octal 337 253 267
Decimal 223 171 183
Hex DF AB B7

RGB Percentages of Color #dfabb7

%38.65
%29.64
%31.72

CMYK Percentages of Color #dfabb7

%0
%23
%18
%13

Triadic Colors of #dfabb7

#dfabb7 #b7dfab #abb7df

Analogous Colors of #dfabb7

#dfabb7 #dfb9ab #dfabd1

Monochromatic Colors of #dfabb7

#dfabb7

Complementary Color

#dfabb7 #abdfd3

#dfabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabb7 Color CSS Codes

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

#dfabb7 Text Font Color

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

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


#dfabb7 Background Color

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

This div background color is #dfabb7


#dfabb7 Border Color

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

This div border color is #dfabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabb7


Comments

No comments written yet.

Please login to write comment.