Color Hex Logo

#dfcaae Color Hex

#DFCAAE
(223,202,174)
3 Favorites   0 Comments

Color spaces of #dfcaae

RGB 223202174
HSL0.100.430.78
HSV34°22°87°
CMYK 0.000.090.22   0.13
XYZ59.191960.985048.6959
Yxy60.98500.35050.3611
Hunter Lab78.0929-1.365317.6939
CIE-Lab82.37072.972216.6577

#dfcaae color RGB value is (223,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10101110
Octal 337 312 256
Decimal 223 202 174
Hex DF CA AE

RGB Percentages of Color #dfcaae

%37.23
%33.72
%29.05

CMYK Percentages of Color #dfcaae

%0
%9
%22
%13

Triadic Colors of #dfcaae

#dfcaae #aedfca #caaedf

Analogous Colors of #dfcaae

#dfcaae #dcdfae #dfb2ae

Monochromatic Colors of #dfcaae

#dfcaae

Complementary Color

#dfcaae #aec3df

#dfcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaae Color CSS Codes

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

#dfcaae Text Font Color

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

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


#dfcaae Background Color

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

This div background color is #dfcaae


#dfcaae Border Color

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

This div border color is #dfcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaae

#dfcaae Color Palettes


Comments

No comments written yet.

Please login to write comment.