Color Hex Logo

#d9bcab Color Hex

#D9BCAB
(217,188,171)
0 Favorites   0 Comments

Color spaces of #d9bcab

RGB 217188171
HSL0.060.380.76
HSV22°21°85°
CMYK 0.000.130.21   0.15
XYZ53.949253.658446.0418
Yxy53.65840.35110.3492
Hunter Lab73.25193.272414.0101
CIE-Lab78.26217.683612.4048

#d9bcab color RGB value is (217,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 10101011
Octal 331 274 253
Decimal 217 188 171
Hex D9 BC AB

RGB Percentages of Color #d9bcab

%37.67
%32.64
%29.69

CMYK Percentages of Color #d9bcab

%0
%13
%21
%15

Triadic Colors of #d9bcab

#d9bcab #abd9bc #bcabd9

Analogous Colors of #d9bcab

#d9bcab #d9d3ab #d9abb1

Monochromatic Colors of #d9bcab

#d9bcab

Complementary Color

#d9bcab #abc8d9

#d9bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcab Color CSS Codes

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

#d9bcab Text Font Color

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

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


#d9bcab Background Color

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

This div background color is #d9bcab


#d9bcab Border Color

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

This div border color is #d9bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcab


Comments

No comments written yet.

Please login to write comment.