Color Hex Logo

#dfadb0 Color Hex

#DFADB0
(223,173,176)
0 Favorites   0 Comments

Color spaces of #dfadb0

RGB 223173176
HSL0.990.440.78
HSV356°22°87°
CMYK 0.000.220.21   0.13
XYZ53.211548.709747.6717
Yxy48.70970.35570.3256
Hunter Lab69.792313.95658.3566
CIE-Lab75.270418.68355.4957

#dfadb0 color RGB value is (223,173,176).

#dfadb0 hex color red value is 223, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfadb0 hue: 0.99 , saturation: 0.44 and the lightness value of dfadb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10110000
Octal 337 255 260
Decimal 223 173 176
Hex DF AD B0

RGB Percentages of Color #dfadb0

%38.99
%30.24
%30.77

CMYK Percentages of Color #dfadb0

%0
%22
%21
%13

Triadic Colors of #dfadb0

#dfadb0 #b0dfad #adb0df

Analogous Colors of #dfadb0

#dfadb0 #dfc3ad #dfadc9

Monochromatic Colors of #dfadb0

#dfadb0

Complementary Color

#dfadb0 #addfdc

#dfadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadb0 Color CSS Codes

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

#dfadb0 Text Font Color

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

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


#dfadb0 Background Color

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

This div background color is #dfadb0


#dfadb0 Border Color

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

This div border color is #dfadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadb0


Comments

No comments written yet.

Please login to write comment.