Color Hex Logo

#dfadab Color Hex

#DFADAB
(223,173,171)
0 Favorites   0 Comments

Color spaces of #dfadab

RGB 223173171
HSL0.010.450.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ52.725748.515445.1135
Yxy48.51540.36030.3315
Hunter Lab69.653013.227610.3556
CIE-Lab75.148917.94948.0528

#dfadab color RGB value is (223,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10101011
Octal 337 255 253
Decimal 223 173 171
Hex DF AD AB

RGB Percentages of Color #dfadab

%39.33
%30.51
%30.16

CMYK Percentages of Color #dfadab

%0
%22
%23
%13

Triadic Colors of #dfadab

#dfadab #abdfad #adabdf

Analogous Colors of #dfadab

#dfadab #dfc7ab #dfabc3

Monochromatic Colors of #dfadab

#dfadab

Complementary Color

#dfadab #abdddf

#dfadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadab Color CSS Codes

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

#dfadab Text Font Color

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

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


#dfadab Background Color

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

This div background color is #dfadab


#dfadab Border Color

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

This div border color is #dfadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadab


Comments

No comments written yet.

Please login to write comment.