Color Hex Logo

#bda7aa Color Hex

#BDA7AA
(189,167,170)
0 Favorites   0 Comments

Color spaces of #bda7aa

RGB 189167170
HSL0.980.140.70
HSV352°12°74°
CMYK 0.000.120.10   0.26
XYZ42.060741.358543.7964
Yxy41.35850.33060.3251
Hunter Lab64.31064.19994.6401
CIE-Lab70.42648.49401.3759

#bda7aa color RGB value is (189,167,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10101010
Octal 275 247 252
Decimal 189 167 170
Hex BD A7 AA

RGB Percentages of Color #bda7aa

%35.93
%31.75
%32.32

CMYK Percentages of Color #bda7aa

%0
%12
%10
%26

Triadic Colors of #bda7aa

#bda7aa #aabda7 #a7aabd

Analogous Colors of #bda7aa

#bda7aa #bdafa7 #bda7b5

Monochromatic Colors of #bda7aa

#bda7aa

Complementary Color

#bda7aa #a7bdba

#bda7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7aa Color CSS Codes

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

#bda7aa Text Font Color

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

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


#bda7aa Background Color

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

This div background color is #bda7aa


#bda7aa Border Color

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

This div border color is #bda7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7aa


Comments

No comments written yet.

Please login to write comment.