Color Hex Logo

#dfdbae Color Hex

#DFDBAE
(223,219,174)
0 Favorites   0 Comments

Color spaces of #dfdbae

RGB 223219174
HSL0.150.430.78
HSV55°22°87°
CMYK 0.000.020.22   0.13
XYZ63.402969.407050.0996
Yxy69.40700.34660.3795
Hunter Lab83.3109-9.948422.6631
CIE-Lab86.7052-5.816722.6753

#dfdbae color RGB value is (223,219,174).

#dfdbae hex color red value is 223, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfdbae hue: 0.15 , saturation: 0.43 and the lightness value of dfdbae is 0.78.

The process color (four color CMYK) of #dfdbae color hex is 0.00, 0.02, 0.22, 0.13. Web safe color of #dfdbae is #cccc99. Color #dfdbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10101110
Octal 337 333 256
Decimal 223 219 174
Hex DF DB AE

RGB Percentages of Color #dfdbae

%36.20
%35.55
%28.25

CMYK Percentages of Color #dfdbae

%0
%2
%22
%13

Triadic Colors of #dfdbae

#dfdbae #aedfdb #dbaedf

Analogous Colors of #dfdbae

#dfdbae #cbdfae #dfc3ae

Monochromatic Colors of #dfdbae

#dfdbae

Complementary Color

#dfdbae #aeb2df

#dfdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbae Color CSS Codes

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

#dfdbae Text Font Color

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

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


#dfdbae Background Color

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

This div background color is #dfdbae


#dfdbae Border Color

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

This div border color is #dfdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbae


Comments

No comments written yet.

Please login to write comment.