Color Hex Logo

#dfadbf Color Hex

#DFADBF
(223,173,191)
0 Favorites   0 Comments

Color spaces of #dfadbf

RGB 223173191
HSL0.940.440.78
HSV338°22°87°
CMYK 0.000.220.14   0.13
XYZ54.779049.336755.9260
Yxy49.33670.34230.3083
Hunter Lab70.240116.28881.9607
CIE-Lab75.660321.0100-2.1350

#dfadbf color RGB value is (223,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10111111
Octal 337 255 277
Decimal 223 173 191
Hex DF AD BF

RGB Percentages of Color #dfadbf

%37.99
%29.47
%32.54

CMYK Percentages of Color #dfadbf

%0
%22
%14
%13

Triadic Colors of #dfadbf

#dfadbf #bfdfad #adbfdf

Analogous Colors of #dfadbf

#dfadbf #dfb4ad #dfadd8

Monochromatic Colors of #dfadbf

#dfadbf

Complementary Color

#dfadbf #addfcd

#dfadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadbf Color CSS Codes

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

#dfadbf Text Font Color

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

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


#dfadbf Background Color

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

This div background color is #dfadbf


#dfadbf Border Color

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

This div border color is #dfadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadbf


Comments

No comments written yet.

Please login to write comment.