Color Hex Logo

#d0caab Color Hex

#D0CAAB
(208,202,171)
0 Favorites   0 Comments

Color spaces of #d0caab

RGB 208202171
HSL0.140.280.74
HSV50°18°82°
CMYK 0.000.030.18   0.18
XYZ54.483658.591246.9657
Yxy58.59120.34040.3661
Hunter Lab76.5449-6.899717.2028
CIE-Lab81.0664-3.041216.2422

#d0caab color RGB value is (208,202,171).

#d0caab hex color red value is 208, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0caab hue: 0.14 , saturation: 0.28 and the lightness value of d0caab is 0.74.

The process color (four color CMYK) of #d0caab color hex is 0.00, 0.03, 0.18, 0.18. Web safe color of #d0caab is #cccc99. Color #d0caab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001010 10101011
Octal 320 312 253
Decimal 208 202 171
Hex D0 CA AB

RGB Percentages of Color #d0caab

%35.80
%34.77
%29.43

CMYK Percentages of Color #d0caab

%0
%3
%18
%18

Triadic Colors of #d0caab

#d0caab #abd0ca #caabd0

Analogous Colors of #d0caab

#d0caab #c4d0ab #d0b8ab

Monochromatic Colors of #d0caab

#d0caab

Complementary Color

#d0caab #abb1d0

#d0caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0caab Color CSS Codes

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

#d0caab Text Font Color

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

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


#d0caab Background Color

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

This div background color is #d0caab


#d0caab Border Color

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

This div border color is #d0caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0caab


Comments

No comments written yet.

Please login to write comment.