Color Hex Logo

#bda99a Color Hex

#BDA99A
(189,169,154)
0 Favorites   0 Comments

Color spaces of #bda99a

RGB 189169154
HSL0.070.210.67
HSV26°19°74°
CMYK 0.000.110.19   0.26
XYZ41.007041.527836.4262
Yxy41.52780.34470.3491
Hunter Lab64.44210.812911.5955
CIE-Lab70.54414.777610.3740

#bda99a color RGB value is (189,169,154).

#bda99a hex color red value is 189, green value is 169 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bda99a hue: 0.07 , saturation: 0.21 and the lightness value of bda99a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10011010
Octal 275 251 232
Decimal 189 169 154
Hex BD A9 9A

RGB Percentages of Color #bda99a

%36.91
%33.01
%30.08

CMYK Percentages of Color #bda99a

%0
%11
%19
%26

Triadic Colors of #bda99a

#bda99a #9abda9 #a99abd

Analogous Colors of #bda99a

#bda99a #bdbb9a #bd9a9d

Monochromatic Colors of #bda99a

#bda99a

Complementary Color

#bda99a #9aaebd

#bda99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda99a Color CSS Codes

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

#bda99a Text Font Color

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

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


#bda99a Background Color

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

This div background color is #bda99a


#bda99a Border Color

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

This div border color is #bda99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda99a


Comments

No comments written yet.

Please login to write comment.