Color Hex Logo

#dfabb1 Color Hex

#DFABB1
(223,171,177)
0 Favorites   0 Comments

Color spaces of #dfabb1

RGB 223171177
HSL0.980.450.77
HSV353°23°87°
CMYK 0.000.230.21   0.13
XYZ52.930147.988148.0679
Yxy47.98810.35530.3221
Hunter Lab69.273415.15887.3509
CIE-Lab74.817419.90824.2952

#dfabb1 color RGB value is (223,171,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10110001
Octal 337 253 261
Decimal 223 171 177
Hex DF AB B1

RGB Percentages of Color #dfabb1

%39.05
%29.95
%31.00

CMYK Percentages of Color #dfabb1

%0
%23
%21
%13

Triadic Colors of #dfabb1

#dfabb1 #b1dfab #abb1df

Analogous Colors of #dfabb1

#dfabb1 #dfbfab #dfabcb

Monochromatic Colors of #dfabb1

#dfabb1

Complementary Color

#dfabb1 #abdfd9

#dfabb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabb1 Color CSS Codes

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

#dfabb1 Text Font Color

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

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


#dfabb1 Background Color

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

This div background color is #dfabb1


#dfabb1 Border Color

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

This div border color is #dfabb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabb1


Comments

No comments written yet.

Please login to write comment.