Color Hex Logo

#d3caab Color Hex

#D3CAAB
(211,202,171)
0 Favorites   0 Comments

Color spaces of #d3caab

RGB 211202171
HSL0.130.310.75
HSV47°19°83°
CMYK 0.000.040.19   0.17
XYZ55.335259.030247.0056
Yxy59.03020.34290.3658
Hunter Lab76.8311-5.895417.5079
CIE-Lab81.3082-1.930716.6164

#d3caab color RGB value is (211,202,171).

#d3caab hex color red value is 211, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d3caab hue: 0.13 , saturation: 0.31 and the lightness value of d3caab is 0.75.

The process color (four color CMYK) of #d3caab color hex is 0.00, 0.04, 0.19, 0.17. Web safe color of #d3caab is #cccc99. Color #d3caab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001010 10101011
Octal 323 312 253
Decimal 211 202 171
Hex D3 CA AB

RGB Percentages of Color #d3caab

%36.13
%34.59
%29.28

CMYK Percentages of Color #d3caab

%0
%4
%19
%17

Triadic Colors of #d3caab

#d3caab #abd3ca #caabd3

Analogous Colors of #d3caab

#d3caab #c8d3ab #d3b6ab

Monochromatic Colors of #d3caab

#d3caab

Complementary Color

#d3caab #abb4d3

#d3caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3caab Color CSS Codes

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

#d3caab Text Font Color

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

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


#d3caab Background Color

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

This div background color is #d3caab


#d3caab Border Color

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

This div border color is #d3caab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,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 #d3caab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3caab


Comments

No comments written yet.

Please login to write comment.