Color Hex Logo

#bda9aa Color Hex

#BDA9AA
(189,169,170)
0 Favorites   0 Comments

Color spaces of #bda9aa

RGB 189169170
HSL0.990.130.70
HSV357°11°74°
CMYK 0.000.110.10   0.26
XYZ42.429942.097043.9195
Yxy42.09700.33030.3277
Hunter Lab64.88223.18675.2835
CIE-Lab70.93777.40132.1194

#bda9aa color RGB value is (189,169,170).

#bda9aa hex color red value is 189, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bda9aa hue: 0.99 , saturation: 0.13 and the lightness value of bda9aa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10101010
Octal 275 251 252
Decimal 189 169 170
Hex BD A9 AA

RGB Percentages of Color #bda9aa

%35.80
%32.01
%32.20

CMYK Percentages of Color #bda9aa

%0
%11
%10
%26

Triadic Colors of #bda9aa

#bda9aa #aabda9 #a9aabd

Analogous Colors of #bda9aa

#bda9aa #bdb2a9 #bda9b4

Monochromatic Colors of #bda9aa

#bda9aa

Complementary Color

#bda9aa #a9bdbc

#bda9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda9aa Color CSS Codes

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

#bda9aa Text Font Color

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

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


#bda9aa Background Color

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

This div background color is #bda9aa


#bda9aa Border Color

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

This div border color is #bda9aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,169,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda9aa


Comments

No comments written yet.

Please login to write comment.