Color Hex Logo

#d1baaf Color Hex

#D1BAAF
(209,186,175)
0 Favorites   0 Comments

Color spaces of #d1baaf

RGB 209186175
HSL0.050.270.75
HSV19°16°82°
CMYK 0.000.110.16   0.18
XYZ51.591351.768347.8306
Yxy51.76830.34120.3424
Hunter Lab71.95022.079110.9507
CIE-Lab77.14216.39018.5542

#d1baaf color RGB value is (209,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 10101111
Octal 321 272 257
Decimal 209 186 175
Hex D1 BA AF

RGB Percentages of Color #d1baaf

%36.67
%32.63
%30.70

CMYK Percentages of Color #d1baaf

%0
%11
%16
%18

Triadic Colors of #d1baaf

#d1baaf #afd1ba #baafd1

Analogous Colors of #d1baaf

#d1baaf #d1cbaf #d1afb5

Monochromatic Colors of #d1baaf

#d1baaf

Complementary Color

#d1baaf #afc6d1

#d1baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1baaf Color CSS Codes

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

#d1baaf Text Font Color

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

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


#d1baaf Background Color

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

This div background color is #d1baaf


#d1baaf Border Color

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

This div border color is #d1baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1baaf


Comments

No comments written yet.

Please login to write comment.