Color Hex Logo

#d1caaf Color Hex

#D1CAAF
(209,202,175)
0 Favorites   0 Comments

Color spaces of #d1caaf

RGB 209202175
HSL0.130.270.75
HSV48°16°82°
CMYK 0.000.030.16   0.18
XYZ55.152958.891549.0178
Yxy58.89150.33820.3612
Hunter Lab76.7408-6.010115.8474
CIE-Lab81.2319-2.060914.3580

#d1caaf color RGB value is (209,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001010 10101111
Octal 321 312 257
Decimal 209 202 175
Hex D1 CA AF

RGB Percentages of Color #d1caaf

%35.67
%34.47
%29.86

CMYK Percentages of Color #d1caaf

%0
%3
%16
%18

Triadic Colors of #d1caaf

#d1caaf #afd1ca #caafd1

Analogous Colors of #d1caaf

#d1caaf #c7d1af #d1b9af

Monochromatic Colors of #d1caaf

#d1caaf

Complementary Color

#d1caaf #afb6d1

#d1caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1caaf Color CSS Codes

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

#d1caaf Text Font Color

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

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


#d1caaf Background Color

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

This div background color is #d1caaf


#d1caaf Border Color

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

This div border color is #d1caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1caaf


Comments

No comments written yet.

Please login to write comment.