Color Hex Logo

#bdaa77 Color Hex

#BDAA77
(189,170,119)
0 Favorites   0 Comments

Color spaces of #bdaa77

RGB 189170119
HSL0.120.350.60
HSV44°37°74°
CMYK 0.000.100.37   0.26
XYZ38.690840.900223.3081
Yxy40.90020.37600.3975
Hunter Lab63.9533-3.928323.1587
CIE-Lab70.1059-0.585328.8178

#bdaa77 color RGB value is (189,170,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01110111
Octal 275 252 167
Decimal 189 170 119
Hex BD AA 77

RGB Percentages of Color #bdaa77

%39.54
%35.56
%24.90

CMYK Percentages of Color #bdaa77

%0
%10
%37
%26

Triadic Colors of #bdaa77

#bdaa77 #77bdaa #aa77bd

Analogous Colors of #bdaa77

#bdaa77 #adbd77 #bd8777

Monochromatic Colors of #bdaa77

#bdaa77

Complementary Color

#bdaa77 #778abd

#bdaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa77 Color CSS Codes

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

#bdaa77 Text Font Color

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

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


#bdaa77 Background Color

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

This div background color is #bdaa77


#bdaa77 Border Color

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

This div border color is #bdaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa77


Comments

No comments written yet.

Please login to write comment.