Color Hex Logo

#dfcab9 Color Hex

#DFCAB9
(223,202,185)
0 Favorites   0 Comments

Color spaces of #dfcab9

RGB 223202185
HSL0.070.370.80
HSV27°17°87°
CMYK 0.000.090.17   0.13
XYZ60.308961.431854.5778
Yxy61.43180.34200.3484
Hunter Lab78.37840.185913.5791
CIE-Lab82.61034.608311.1453

#dfcab9 color RGB value is (223,202,185).

#dfcab9 hex color red value is 223, green value is 202 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dfcab9 hue: 0.07 , saturation: 0.37 and the lightness value of dfcab9 is 0.80.

The process color (four color CMYK) of #dfcab9 color hex is 0.00, 0.09, 0.17, 0.13. Web safe color of #dfcab9 is #cccccc. Color #dfcab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10111001
Octal 337 312 271
Decimal 223 202 185
Hex DF CA B9

RGB Percentages of Color #dfcab9

%36.56
%33.11
%30.33

CMYK Percentages of Color #dfcab9

%0
%9
%17
%13

Triadic Colors of #dfcab9

#dfcab9 #b9dfca #cab9df

Analogous Colors of #dfcab9

#dfcab9 #dfddb9 #dfb9bb

Monochromatic Colors of #dfcab9

#dfcab9

Complementary Color

#dfcab9 #b9cedf

#dfcab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcab9 Color CSS Codes

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

#dfcab9 Text Font Color

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

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


#dfcab9 Background Color

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

This div background color is #dfcab9


#dfcab9 Border Color

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

This div border color is #dfcab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcab9


Comments

No comments written yet.

Please login to write comment.