Color Hex Logo

#dfadb5 Color Hex

#DFADB5
(223,173,181)
0 Favorites   0 Comments

Color spaces of #dfadb5

RGB 223173181
HSL0.970.440.78
HSV350°22°87°
CMYK 0.000.220.19   0.13
XYZ53.715548.911350.3258
Yxy48.91130.35120.3198
Hunter Lab69.936614.70966.2910
CIE-Lab75.396119.43852.9448

#dfadb5 color RGB value is (223,173,181).

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

The process color (four color CMYK) of #dfadb5 color hex is 0.00, 0.22, 0.19, 0.13. Web safe color of #dfadb5 is #cc99cc. Color #dfadb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10110101
Octal 337 255 265
Decimal 223 173 181
Hex DF AD B5

RGB Percentages of Color #dfadb5

%38.65
%29.98
%31.37

CMYK Percentages of Color #dfadb5

%0
%22
%19
%13

Triadic Colors of #dfadb5

#dfadb5 #b5dfad #adb5df

Analogous Colors of #dfadb5

#dfadb5 #dfbead #dfadce

Monochromatic Colors of #dfadb5

#dfadb5

Complementary Color

#dfadb5 #addfd7

#dfadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadb5 Color CSS Codes

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

#dfadb5 Text Font Color

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

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


#dfadb5 Background Color

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

This div background color is #dfadb5


#dfadb5 Border Color

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

This div border color is #dfadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadb5


Comments

No comments written yet.

Please login to write comment.