Color Hex Logo

#d1bbae Color Hex

#D1BBAE
(209,187,174)
0 Favorites   0 Comments

Color spaces of #d1bbae

RGB 209187174
HSL0.060.280.75
HSV22°17°82°
CMYK 0.000.110.17   0.18
XYZ51.704852.151947.3856
Yxy52.15190.34190.3448
Hunter Lab72.21631.422511.6475
CIE-Lab77.37165.69989.4229

#d1bbae color RGB value is (209,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111011 10101110
Octal 321 273 256
Decimal 209 187 174
Hex D1 BB AE

RGB Percentages of Color #d1bbae

%36.67
%32.81
%30.53

CMYK Percentages of Color #d1bbae

%0
%11
%17
%18

Triadic Colors of #d1bbae

#d1bbae #aed1bb #bbaed1

Analogous Colors of #d1bbae

#d1bbae #d1cdae #d1aeb3

Monochromatic Colors of #d1bbae

#d1bbae

Complementary Color

#d1bbae #aec4d1

#d1bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bbae Color CSS Codes

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

#d1bbae Text Font Color

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

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


#d1bbae Background Color

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

This div background color is #d1bbae


#d1bbae Border Color

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

This div border color is #d1bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bbae


Comments

No comments written yet.

Please login to write comment.