Color Hex Logo

#d9bfab Color Hex

#D9BFAB
(217,191,171)
0 Favorites   0 Comments

Color spaces of #d9bfab

RGB 217191171
HSL0.070.380.76
HSV26°21°85°
CMYK 0.000.120.21   0.15
XYZ54.596854.953646.2576
Yxy54.95360.35040.3527
Hunter Lab74.13071.735414.8945
CIE-Lab79.01456.090413.4678

#d9bfab color RGB value is (217,191,171).

#d9bfab hex color red value is 217, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d9bfab hue: 0.07 , saturation: 0.38 and the lightness value of d9bfab is 0.76.

The process color (four color CMYK) of #d9bfab color hex is 0.00, 0.12, 0.21, 0.15. Web safe color of #d9bfab is #cccc99. Color #d9bfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 10101011
Octal 331 277 253
Decimal 217 191 171
Hex D9 BF AB

RGB Percentages of Color #d9bfab

%37.48
%32.99
%29.53

CMYK Percentages of Color #d9bfab

%0
%12
%21
%15

Triadic Colors of #d9bfab

#d9bfab #abd9bf #bfabd9

Analogous Colors of #d9bfab

#d9bfab #d9d6ab #d9abae

Monochromatic Colors of #d9bfab

#d9bfab

Complementary Color

#d9bfab #abc5d9

#d9bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfab Color CSS Codes

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

#d9bfab Text Font Color

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

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


#d9bfab Background Color

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

This div background color is #d9bfab


#d9bfab Border Color

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

This div border color is #d9bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfab


Comments

No comments written yet.

Please login to write comment.