Color Hex Logo

#dfcca2 Color Hex

#DFCCA2
(223,204,162)
0 Favorites   0 Comments

Color spaces of #dfcca2

RGB 223204162
HSL0.110.490.75
HSV41°27°87°
CMYK 0.000.090.27   0.13
XYZ58.545961.482342.9640
Yxy61.48230.35920.3772
Hunter Lab78.4106-3.940322.4003
CIE-Lab82.63730.263723.3707

#dfcca2 color RGB value is (223,204,162).

#dfcca2 hex color red value is 223, green value is 204 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #dfcca2 hue: 0.11 , saturation: 0.49 and the lightness value of dfcca2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10100010
Octal 337 314 242
Decimal 223 204 162
Hex DF CC A2

RGB Percentages of Color #dfcca2

%37.86
%34.63
%27.50

CMYK Percentages of Color #dfcca2

%0
%9
%27
%13

Triadic Colors of #dfcca2

#dfcca2 #a2dfcc #cca2df

Analogous Colors of #dfcca2

#dfcca2 #d4dfa2 #dfaea2

Monochromatic Colors of #dfcca2

#dfcca2

Complementary Color

#dfcca2 #a2b5df

#dfcca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcca2 Color CSS Codes

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

#dfcca2 Text Font Color

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

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


#dfcca2 Background Color

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

This div background color is #dfcca2


#dfcca2 Border Color

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

This div border color is #dfcca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcca2


Comments

No comments written yet.

Please login to write comment.