Color Hex Logo

#bdaa57 Color Hex

#BDAA57
(189,170,87)
0 Favorites   0 Comments

Color spaces of #bdaa57

RGB 18917087
HSL0.140.440.54
HSV49°54°74°
CMYK 0.000.100.54   0.26
XYZ37.081340.256414.8327
Yxy40.25640.40230.4368
Hunter Lab63.4479-6.711930.5529
CIE-Lab69.6518-3.838844.7672

#bdaa57 color RGB value is (189,170,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01010111
Octal 275 252 127
Decimal 189 170 87
Hex BD AA 57

RGB Percentages of Color #bdaa57

%42.38
%38.12
%19.51

CMYK Percentages of Color #bdaa57

%0
%10
%54
%26

Triadic Colors of #bdaa57

#bdaa57 #57bdaa #aa57bd

Analogous Colors of #bdaa57

#bdaa57 #9dbd57 #bd7757

Monochromatic Colors of #bdaa57

#bdaa57

Complementary Color

#bdaa57 #576abd

#bdaa57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa57 Color CSS Codes

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

#bdaa57 Text Font Color

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

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


#bdaa57 Background Color

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

This div background color is #bdaa57


#bdaa57 Border Color

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

This div border color is #bdaa57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa57


Comments

No comments written yet.

Please login to write comment.