Color Hex Logo

#bda2aa Color Hex

#BDA2AA
(189,162,170)
0 Favorites   0 Comments

Color spaces of #bda2aa

RGB 189162170
HSL0.950.170.69
HSV342°14°74°
CMYK 0.000.140.10   0.26
XYZ41.162339.561843.4969
Yxy39.56180.33140.3185
Hunter Lab62.89826.74353.0270
CIE-Lab69.156311.2361-0.4766

#bda2aa color RGB value is (189,162,170).

#bda2aa hex color red value is 189, green value is 162 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bda2aa hue: 0.95 , saturation: 0.17 and the lightness value of bda2aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 10101010
Octal 275 242 252
Decimal 189 162 170
Hex BD A2 AA

RGB Percentages of Color #bda2aa

%36.28
%31.09
%32.63

CMYK Percentages of Color #bda2aa

%0
%14
%10
%26

Triadic Colors of #bda2aa

#bda2aa #aabda2 #a2aabd

Analogous Colors of #bda2aa

#bda2aa #bda8a2 #bda2b8

Monochromatic Colors of #bda2aa

#bda2aa

Complementary Color

#bda2aa #a2bdb5

#bda2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2aa Color CSS Codes

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

#bda2aa Text Font Color

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

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


#bda2aa Background Color

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

This div background color is #bda2aa


#bda2aa Border Color

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

This div border color is #bda2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2aa


Comments

No comments written yet.

Please login to write comment.