Color Hex Logo

#dfadbd Color Hex

#DFADBD
(223,173,189)
0 Favorites   0 Comments

Color spaces of #dfadbd

RGB 223173189
HSL0.950.440.78
HSV341°22°87°
CMYK 0.000.220.15   0.13
XYZ54.560349.249254.7745
Yxy49.24920.34400.3106
Hunter Lab70.177815.96522.8480
CIE-Lab75.606120.6893-1.1216

#dfadbd color RGB value is (223,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10111101
Octal 337 255 275
Decimal 223 173 189
Hex DF AD BD

RGB Percentages of Color #dfadbd

%38.12
%29.57
%32.31

CMYK Percentages of Color #dfadbd

%0
%22
%15
%13

Triadic Colors of #dfadbd

#dfadbd #bddfad #adbddf

Analogous Colors of #dfadbd

#dfadbd #dfb6ad #dfadd6

Monochromatic Colors of #dfadbd

#dfadbd

Complementary Color

#dfadbd #addfcf

#dfadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadbd Color CSS Codes

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

#dfadbd Text Font Color

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

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


#dfadbd Background Color

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

This div background color is #dfadbd


#dfadbd Border Color

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

This div border color is #dfadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadbd


Comments

No comments written yet.

Please login to write comment.