Color Hex Logo

#bda0ab Color Hex

#BDA0AB
(189,160,171)
0 Favorites   0 Comments

Color spaces of #bda0ab

RGB 189160171
HSL0.940.180.68
HSV337°15°74°
CMYK 0.000.150.10   0.26
XYZ40.907838.900743.8806
Yxy38.90070.33070.3145
Hunter Lab62.37047.92721.9459
CIE-Lab68.679312.5109-1.7308

#bda0ab color RGB value is (189,160,171).

#bda0ab hex color red value is 189, green value is 160 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bda0ab hue: 0.94 , saturation: 0.18 and the lightness value of bda0ab is 0.68.

The process color (four color CMYK) of #bda0ab color hex is 0.00, 0.15, 0.10, 0.26. Web safe color of #bda0ab is #cc9999. Color #bda0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10101011
Octal 275 240 253
Decimal 189 160 171
Hex BD A0 AB

RGB Percentages of Color #bda0ab

%36.35
%30.77
%32.88

CMYK Percentages of Color #bda0ab

%0
%15
%10
%26

Triadic Colors of #bda0ab

#bda0ab #abbda0 #a0abbd

Analogous Colors of #bda0ab

#bda0ab #bda4a0 #bda0ba

Monochromatic Colors of #bda0ab

#bda0ab

Complementary Color

#bda0ab #a0bdb2

#bda0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda0ab Color CSS Codes

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

#bda0ab Text Font Color

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

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


#bda0ab Background Color

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

This div background color is #bda0ab


#bda0ab Border Color

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

This div border color is #bda0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda0ab


Comments

No comments written yet.

Please login to write comment.