Color Hex Logo

#bdaa3c Color Hex

#BDAA3C
(189,170,60)
0 Favorites   0 Comments

Color spaces of #bdaa3c

RGB 18917060
HSL0.140.520.49
HSV51°68°74°
CMYK 0.000.100.68   0.26
XYZ36.176639.894510.0687
Yxy39.89450.42000.4631
Hunter Lab63.1621-8.296334.7620
CIE-Lab69.3943-5.724956.7901

#bdaa3c color RGB value is (189,170,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 00111100
Octal 275 252 74
Decimal 189 170 60
Hex BD AA 3C

RGB Percentages of Color #bdaa3c

%45.11
%40.57
%14.32

CMYK Percentages of Color #bdaa3c

%0
%10
%68
%26

Triadic Colors of #bdaa3c

#bdaa3c #3cbdaa #aa3cbd

Analogous Colors of #bdaa3c

#bdaa3c #90bd3c #bd6a3c

Monochromatic Colors of #bdaa3c

#bdaa3c

Complementary Color

#bdaa3c #3c4fbd

#bdaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa3c Color CSS Codes

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

#bdaa3c Text Font Color

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

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


#bdaa3c Background Color

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

This div background color is #bdaa3c


#bdaa3c Border Color

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

This div border color is #bdaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa3c


Comments

No comments written yet.

Please login to write comment.