Color Hex Logo

#d1bab4 Color Hex

#D1BAB4
(209,186,180)
0 Favorites   0 Comments

Color spaces of #d1bab4

RGB 209186180
HSL0.030.240.76
HSV12°14°82°
CMYK 0.000.110.14   0.18
XYZ52.091651.968450.4654
Yxy51.96840.33710.3363
Hunter Lab72.08912.82828.9569
CIE-Lab77.26197.18776.0189

#d1bab4 color RGB value is (209,186,180).

#d1bab4 hex color red value is 209, green value is 186 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #d1bab4 hue: 0.03 , saturation: 0.24 and the lightness value of d1bab4 is 0.76.

The process color (four color CMYK) of #d1bab4 color hex is 0.00, 0.11, 0.14, 0.18. Web safe color of #d1bab4 is #cccccc. Color #d1bab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 10110100
Octal 321 272 264
Decimal 209 186 180
Hex D1 BA B4

RGB Percentages of Color #d1bab4

%36.35
%32.35
%31.30

CMYK Percentages of Color #d1bab4

%0
%11
%14
%18

Triadic Colors of #d1bab4

#d1bab4 #b4d1ba #bab4d1

Analogous Colors of #d1bab4

#d1bab4 #d1c9b4 #d1b4bd

Monochromatic Colors of #d1bab4

#d1bab4

Complementary Color

#d1bab4 #b4cbd1

#d1bab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bab4 Color CSS Codes

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

#d1bab4 Text Font Color

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

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


#d1bab4 Background Color

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

This div background color is #d1bab4


#d1bab4 Border Color

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

This div border color is #d1bab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bab4


Comments

No comments written yet.

Please login to write comment.