Color Hex Logo

#bdaa47 Color Hex

#BDAA47
(189,170,71)
0 Favorites   0 Comments

Color spaces of #bdaa47

RGB 18917071
HSL0.140.470.51
HSV50°62°74°
CMYK 0.000.100.62   0.26
XYZ36.498340.023211.7628
Yxy40.02320.41340.4533
Hunter Lab63.2639-7.731333.2608
CIE-Lab69.4861-5.049452.1364

#bdaa47 color RGB value is (189,170,71).

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

The process color (four color CMYK) of #bdaa47 color hex is 0.00, 0.10, 0.62, 0.26. Web safe color of #bdaa47 is #cc9933. Color #bdaa47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01000111
Octal 275 252 107
Decimal 189 170 71
Hex BD AA 47

RGB Percentages of Color #bdaa47

%43.95
%39.53
%16.51

CMYK Percentages of Color #bdaa47

%0
%10
%62
%26

Triadic Colors of #bdaa47

#bdaa47 #47bdaa #aa47bd

Analogous Colors of #bdaa47

#bdaa47 #95bd47 #bd6f47

Monochromatic Colors of #bdaa47

#bdaa47

Complementary Color

#bdaa47 #475abd

#bdaa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa47 Color CSS Codes

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

#bdaa47 Text Font Color

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

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


#bdaa47 Background Color

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

This div background color is #bdaa47


#bdaa47 Border Color

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

This div border color is #bdaa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa47


Comments

No comments written yet.

Please login to write comment.