Color Hex Logo

#dfcaab Color Hex

#DFCAAB
(223,202,171)
0 Favorites   0 Comments

Color spaces of #dfcaab

RGB 223202171
HSL0.100.450.77
HSV36°23°87°
CMYK 0.000.090.23   0.13
XYZ58.902660.869347.1725
Yxy60.86930.35280.3646
Hunter Lab78.0188-1.769018.7646
CIE-Lab82.30842.543718.1622

#dfcaab color RGB value is (223,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10101011
Octal 337 312 253
Decimal 223 202 171
Hex DF CA AB

RGB Percentages of Color #dfcaab

%37.42
%33.89
%28.69

CMYK Percentages of Color #dfcaab

%0
%9
%23
%13

Triadic Colors of #dfcaab

#dfcaab #abdfca #caabdf

Analogous Colors of #dfcaab

#dfcaab #dadfab #dfb0ab

Monochromatic Colors of #dfcaab

#dfcaab

Complementary Color

#dfcaab #abc0df

#dfcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaab Color CSS Codes

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

#dfcaab Text Font Color

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

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


#dfcaab Background Color

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

This div background color is #dfcaab


#dfcaab Border Color

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

This div border color is #dfcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaab


Comments

No comments written yet.

Please login to write comment.