Color Hex Logo

#dfcca3 Color Hex

#DFCCA3
(223,204,163)
0 Favorites   0 Comments

Color spaces of #dfcca3

RGB 223204163
HSL0.110.480.76
HSV41°27°87°
CMYK 0.000.090.27   0.13
XYZ58.635261.518143.4341
Yxy61.51810.35840.3761
Hunter Lab78.4335-3.815822.0704
CIE-Lab82.65650.397422.8706

#dfcca3 color RGB value is (223,204,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10100011
Octal 337 314 243
Decimal 223 204 163
Hex DF CC A3

RGB Percentages of Color #dfcca3

%37.80
%34.58
%27.63

CMYK Percentages of Color #dfcca3

%0
%9
%27
%13

Triadic Colors of #dfcca3

#dfcca3 #a3dfcc #cca3df

Analogous Colors of #dfcca3

#dfcca3 #d4dfa3 #dfaea3

Monochromatic Colors of #dfcca3

#dfcca3

Complementary Color

#dfcca3 #a3b6df

#dfcca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcca3 Color CSS Codes

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

#dfcca3 Text Font Color

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

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


#dfcca3 Background Color

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

This div background color is #dfcca3


#dfcca3 Border Color

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

This div border color is #dfcca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcca3


Comments

No comments written yet.

Please login to write comment.