Color Hex Logo

#d1bfab Color Hex

#D1BFAB
(209,191,171)
0 Favorites   0 Comments

Color spaces of #d1bfab

RGB 209191171
HSL0.090.290.75
HSV32°18°82°
CMYK 0.000.090.18   0.18
XYZ52.276053.757246.1490
Yxy53.75720.34350.3532
Hunter Lab73.3193-1.039914.0049
CIE-Lab78.31993.109512.3880

#d1bfab color RGB value is (209,191,171).

#d1bfab hex color red value is 209, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d1bfab hue: 0.09 , saturation: 0.29 and the lightness value of d1bfab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111111 10101011
Octal 321 277 253
Decimal 209 191 171
Hex D1 BF AB

RGB Percentages of Color #d1bfab

%36.60
%33.45
%29.95

CMYK Percentages of Color #d1bfab

%0
%9
%18
%18

Triadic Colors of #d1bfab

#d1bfab #abd1bf #bfabd1

Analogous Colors of #d1bfab

#d1bfab #d0d1ab #d1acab

Monochromatic Colors of #d1bfab

#d1bfab

Complementary Color

#d1bfab #abbdd1

#d1bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bfab Color CSS Codes

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

#d1bfab Text Font Color

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

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


#d1bfab Background Color

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

This div background color is #d1bfab


#d1bfab Border Color

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

This div border color is #d1bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bfab


Comments

No comments written yet.

Please login to write comment.