Color Hex Logo

#dfabaf Color Hex

#DFABAF
(223,171,175)
0 Favorites   0 Comments

Color spaces of #dfabaf

RGB 223171175
HSL0.990.450.77
HSV355°23°87°
CMYK 0.000.230.22   0.13
XYZ52.732247.908947.0255
Yxy47.90890.35710.3244
Hunter Lab69.216314.86138.1698
CIE-Lab74.767419.61035.3179

#dfabaf color RGB value is (223,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10101111
Octal 337 253 257
Decimal 223 171 175
Hex DF AB AF

RGB Percentages of Color #dfabaf

%39.19
%30.05
%30.76

CMYK Percentages of Color #dfabaf

%0
%23
%22
%13

Triadic Colors of #dfabaf

#dfabaf #afdfab #abafdf

Analogous Colors of #dfabaf

#dfabaf #dfc1ab #dfabc9

Monochromatic Colors of #dfabaf

#dfabaf

Complementary Color

#dfabaf #abdfdb

#dfabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabaf Color CSS Codes

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

#dfabaf Text Font Color

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

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


#dfabaf Background Color

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

This div background color is #dfabaf


#dfabaf Border Color

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

This div border color is #dfabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabaf


Comments

No comments written yet.

Please login to write comment.