Color Hex Logo

#dfadb1 Color Hex

#DFADB1
(223,173,177)
0 Favorites   0 Comments

Color spaces of #dfadb1

RGB 223173177
HSL0.990.440.78
HSV355°22°87°
CMYK 0.000.220.21   0.13
XYZ53.310848.749448.1948
Yxy48.74940.35480.3244
Hunter Lab69.820814.10527.9488
CIE-Lab75.295218.83284.9850

#dfadb1 color RGB value is (223,173,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10110001
Octal 337 255 261
Decimal 223 173 177
Hex DF AD B1

RGB Percentages of Color #dfadb1

%38.92
%30.19
%30.89

CMYK Percentages of Color #dfadb1

%0
%22
%21
%13

Triadic Colors of #dfadb1

#dfadb1 #b1dfad #adb1df

Analogous Colors of #dfadb1

#dfadb1 #dfc2ad #dfadca

Monochromatic Colors of #dfadb1

#dfadb1

Complementary Color

#dfadb1 #addfdb

#dfadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadb1 Color CSS Codes

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

#dfadb1 Text Font Color

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

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


#dfadb1 Background Color

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

This div background color is #dfadb1


#dfadb1 Border Color

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

This div border color is #dfadb1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,173,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 #dfadb1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadb1


Comments

No comments written yet.

Please login to write comment.