Color Hex Logo

#d1bdae Color Hex

#D1BDAE
(209,189,174)
0 Favorites   0 Comments

Color spaces of #d1bdae

RGB 209189174
HSL0.070.280.75
HSV26°17°82°
CMYK 0.000.100.17   0.18
XYZ52.132153.006547.5280
Yxy53.00650.34150.3472
Hunter Lab72.80560.404412.2590
CIE-Lab77.87884.634610.1458

#d1bdae color RGB value is (209,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111101 10101110
Octal 321 275 256
Decimal 209 189 174
Hex D1 BD AE

RGB Percentages of Color #d1bdae

%36.54
%33.04
%30.42

CMYK Percentages of Color #d1bdae

%0
%10
%17
%18

Triadic Colors of #d1bdae

#d1bdae #aed1bd #bdaed1

Analogous Colors of #d1bdae

#d1bdae #d1cfae #d1aeb1

Monochromatic Colors of #d1bdae

#d1bdae

Complementary Color

#d1bdae #aec2d1

#d1bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bdae Color CSS Codes

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

#d1bdae Text Font Color

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

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


#d1bdae Background Color

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

This div background color is #d1bdae


#d1bdae Border Color

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

This div border color is #d1bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bdae


Comments

No comments written yet.

Please login to write comment.