Color Hex Logo

#dfca9f Color Hex

#DFCA9F
(223,202,159)
0 Favorites   0 Comments

Color spaces of #dfca9f

RGB 223202159
HSL0.110.500.75
HSV40°29°87°
CMYK 0.000.090.29   0.13
XYZ57.810060.432241.4186
Yxy60.43220.36210.3785
Hunter Lab77.7382-3.300222.8272
CIE-Lab82.07250.908224.1772

#dfca9f color RGB value is (223,202,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10011111
Octal 337 312 237
Decimal 223 202 159
Hex DF CA 9F

RGB Percentages of Color #dfca9f

%38.18
%34.59
%27.23

CMYK Percentages of Color #dfca9f

%0
%9
%29
%13

Triadic Colors of #dfca9f

#dfca9f #9fdfca #ca9fdf

Analogous Colors of #dfca9f

#dfca9f #d4df9f #dfaa9f

Monochromatic Colors of #dfca9f

#dfca9f

Complementary Color

#dfca9f #9fb4df

#dfca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca9f Color CSS Codes

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

#dfca9f Text Font Color

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

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


#dfca9f Background Color

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

This div background color is #dfca9f


#dfca9f Border Color

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

This div border color is #dfca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca9f


Comments

No comments written yet.

Please login to write comment.