Color Hex Logo

#dfdabd Color Hex

#DFDABD
(223,218,189)
0 Favorites   0 Comments

Color spaces of #dfdabd

RGB 223218189
HSL0.140.350.81
HSV51°15°87°
CMYK 0.000.020.15   0.13
XYZ64.688169.504958.1505
Yxy69.50490.33630.3614
Hunter Lab83.3696-7.395217.0038
CIE-Lab86.7535-3.092614.8950

#dfdabd color RGB value is (223,218,189).

#dfdabd hex color red value is 223, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfdabd hue: 0.14 , saturation: 0.35 and the lightness value of dfdabd is 0.81.

The process color (four color CMYK) of #dfdabd color hex is 0.00, 0.02, 0.15, 0.13. Web safe color of #dfdabd is #cccccc. Color #dfdabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10111101
Octal 337 332 275
Decimal 223 218 189
Hex DF DA BD

RGB Percentages of Color #dfdabd

%35.40
%34.60
%30.00

CMYK Percentages of Color #dfdabd

%0
%2
%15
%13

Triadic Colors of #dfdabd

#dfdabd #bddfda #dabddf

Analogous Colors of #dfdabd

#dfdabd #d3dfbd #dfc9bd

Monochromatic Colors of #dfdabd

#dfdabd

Complementary Color

#dfdabd #bdc2df

#dfdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdabd Color CSS Codes

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

#dfdabd Text Font Color

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

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


#dfdabd Background Color

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

This div background color is #dfdabd


#dfdabd Border Color

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

This div border color is #dfdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdabd


Comments

No comments written yet.

Please login to write comment.