Color Hex Logo

#bdaa7b Color Hex

#BDAA7B
(189,170,123)
0 Favorites   0 Comments

Color spaces of #bdaa7b

RGB 189170123
HSL0.120.330.61
HSV43°35°74°
CMYK 0.000.100.35   0.26
XYZ38.936140.998324.6002
Yxy40.99830.37250.3922
Hunter Lab64.0299-3.507922.0418
CIE-Lab70.1747-0.100326.7653

#bdaa7b color RGB value is (189,170,123).

#bdaa7b hex color red value is 189, green value is 170 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdaa7b hue: 0.12 , saturation: 0.33 and the lightness value of bdaa7b is 0.61.

The process color (four color CMYK) of #bdaa7b color hex is 0.00, 0.10, 0.35, 0.26. Web safe color of #bdaa7b is #cc9966. Color #bdaa7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01111011
Octal 275 252 173
Decimal 189 170 123
Hex BD AA 7B

RGB Percentages of Color #bdaa7b

%39.21
%35.27
%25.52

CMYK Percentages of Color #bdaa7b

%0
%10
%35
%26

Triadic Colors of #bdaa7b

#bdaa7b #7bbdaa #aa7bbd

Analogous Colors of #bdaa7b

#bdaa7b #afbd7b #bd897b

Monochromatic Colors of #bdaa7b

#bdaa7b

Complementary Color

#bdaa7b #7b8ebd

#bdaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa7b Color CSS Codes

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

#bdaa7b Text Font Color

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

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


#bdaa7b Background Color

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

This div background color is #bdaa7b


#bdaa7b Border Color

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

This div border color is #bdaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa7b


Comments

No comments written yet.

Please login to write comment.