Color Hex Logo

#d5bbac Color Hex

#D5BBAC
(213,187,172)
0 Favorites   0 Comments

Color spaces of #d5bbac

RGB 213187172
HSL0.060.330.75
HSV22°19°84°
CMYK 0.000.120.19   0.16
XYZ52.657352.665346.4198
Yxy52.66530.34700.3471
Hunter Lab72.57092.520312.8749
CIE-Lab77.67706.874610.9862

#d5bbac color RGB value is (213,187,172).

#d5bbac hex color red value is 213, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d5bbac hue: 0.06 , saturation: 0.33 and the lightness value of d5bbac is 0.75.

The process color (four color CMYK) of #d5bbac color hex is 0.00, 0.12, 0.19, 0.16. Web safe color of #d5bbac is #cccc99. Color #d5bbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111011 10101100
Octal 325 273 254
Decimal 213 187 172
Hex D5 BB AC

RGB Percentages of Color #d5bbac

%37.24
%32.69
%30.07

CMYK Percentages of Color #d5bbac

%0
%12
%19
%16

Triadic Colors of #d5bbac

#d5bbac #acd5bb #bbacd5

Analogous Colors of #d5bbac

#d5bbac #d5d0ac #d5acb2

Monochromatic Colors of #d5bbac

#d5bbac

Complementary Color

#d5bbac #acc6d5

#d5bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bbac Color CSS Codes

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

#d5bbac Text Font Color

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

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


#d5bbac Background Color

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

This div background color is #d5bbac


#d5bbac Border Color

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

This div border color is #d5bbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,187,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5bbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5bbac;
  -webkit-box-shadow: 1px 1px 3px 2px #d5bbac;
  box-shadow:         1px 1px 3px 2px #d5bbac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,187,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bbac


Comments

No comments written yet.

Please login to write comment.