Color Hex Logo

#bdaa99 Color Hex

#BDAA99
(189,170,153)
1 Favorites   0 Comments

Color spaces of #bdaa99

RGB 189170153
HSL0.080.210.67
HSV28°19°74°
CMYK 0.000.100.19   0.26
XYZ41.110841.868236.0516
Yxy41.86820.34540.3517
Hunter Lab64.70560.175312.2597
CIE-Lab70.78004.079711.2582

#bdaa99 color RGB value is (189,170,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10011001
Octal 275 252 231
Decimal 189 170 153
Hex BD AA 99

RGB Percentages of Color #bdaa99

%36.91
%33.20
%29.88

CMYK Percentages of Color #bdaa99

%0
%10
%19
%26

Triadic Colors of #bdaa99

#bdaa99 #99bdaa #aa99bd

Analogous Colors of #bdaa99

#bdaa99 #bdbc99 #bd999a

Monochromatic Colors of #bdaa99

#bdaa99

Complementary Color

#bdaa99 #99acbd

#bdaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa99 Color CSS Codes

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

#bdaa99 Text Font Color

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

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


#bdaa99 Background Color

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

This div background color is #bdaa99


#bdaa99 Border Color

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

This div border color is #bdaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa99


Comments

No comments written yet.

Please login to write comment.