Color Hex Logo

#bda8ab Color Hex

#BDA8AB
(189,168,171)
0 Favorites   0 Comments

Color spaces of #bda8ab

RGB 189168171
HSL0.980.140.70
HSV351°11°74°
CMYK 0.000.110.10   0.26
XYZ42.339641.764444.3579
Yxy41.76440.32960.3251
Hunter Lab64.62543.85064.5420
CIE-Lab70.70828.11961.2336

#bda8ab color RGB value is (189,168,171).

#bda8ab hex color red value is 189, green value is 168 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bda8ab hue: 0.98 , saturation: 0.14 and the lightness value of bda8ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10101011
Octal 275 250 253
Decimal 189 168 171
Hex BD A8 AB

RGB Percentages of Color #bda8ab

%35.80
%31.82
%32.39

CMYK Percentages of Color #bda8ab

%0
%11
%10
%26

Triadic Colors of #bda8ab

#bda8ab #abbda8 #a8abbd

Analogous Colors of #bda8ab

#bda8ab #bdb0a8 #bda8b6

Monochromatic Colors of #bda8ab

#bda8ab

Complementary Color

#bda8ab #a8bdba

#bda8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8ab Color CSS Codes

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

#bda8ab Text Font Color

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

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


#bda8ab Background Color

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

This div background color is #bda8ab


#bda8ab Border Color

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

This div border color is #bda8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8ab


Comments

No comments written yet.

Please login to write comment.