Color Hex Logo

#dfdcae Color Hex

#DFDCAE
(223,220,174)
0 Favorites   0 Comments

Color spaces of #dfdcae

RGB 223220174
HSL0.160.430.78
HSV56°22°87°
CMYK 0.000.010.22   0.13
XYZ63.664669.930450.1868
Yxy69.93040.34640.3805
Hunter Lab83.6244-10.447822.9545
CIE-Lab86.9627-6.326523.0298

#dfdcae color RGB value is (223,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10101110
Octal 337 334 256
Decimal 223 220 174
Hex DF DC AE

RGB Percentages of Color #dfdcae

%36.14
%35.66
%28.20

CMYK Percentages of Color #dfdcae

%0
%1
%22
%13

Triadic Colors of #dfdcae

#dfdcae #aedfdc #dcaedf

Analogous Colors of #dfdcae

#dfdcae #cadfae #dfc4ae

Monochromatic Colors of #dfdcae

#dfdcae

Complementary Color

#dfdcae #aeb1df

#dfdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcae Color CSS Codes

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

#dfdcae Text Font Color

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

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


#dfdcae Background Color

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

This div background color is #dfdcae


#dfdcae Border Color

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

This div border color is #dfdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcae


Comments

No comments written yet.

Please login to write comment.