Color Hex Logo

#bda6aa Color Hex

#BDA6AA
(189,166,170)
0 Favorites   0 Comments

Color spaces of #bda6aa

RGB 189166170
HSL0.970.150.70
HSV350°12°74°
CMYK 0.000.120.10   0.26
XYZ41.878240.993543.7355
Yxy40.99350.33080.3238
Hunter Lab64.02624.70744.3180
CIE-Lab70.17149.04121.0047

#bda6aa color RGB value is (189,166,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10101010
Octal 275 246 252
Decimal 189 166 170
Hex BD A6 AA

RGB Percentages of Color #bda6aa

%36.00
%31.62
%32.38

CMYK Percentages of Color #bda6aa

%0
%12
%10
%26

Triadic Colors of #bda6aa

#bda6aa #aabda6 #a6aabd

Analogous Colors of #bda6aa

#bda6aa #bdaea6 #bda6b6

Monochromatic Colors of #bda6aa

#bda6aa

Complementary Color

#bda6aa #a6bdb9

#bda6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6aa Color CSS Codes

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

#bda6aa Text Font Color

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

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


#bda6aa Background Color

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

This div background color is #bda6aa


#bda6aa Border Color

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

This div border color is #bda6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6aa


Comments

No comments written yet.

Please login to write comment.