Color Hex Logo

#bda12b Color Hex

#BDA12B
(189,161,43)
0 Favorites   0 Comments

Color spaces of #bda12b

RGB 18916143
HSL0.130.630.45
HSV48°77°74°
CMYK 0.000.150.77   0.26
XYZ34.167236.48307.5266
Yxy36.48300.43710.4667
Hunter Lab60.4012-4.729734.8927
CIE-Lab66.8873-1.756060.8281

#bda12b color RGB value is (189,161,43).

#bda12b hex color red value is 189, green value is 161 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bda12b hue: 0.13 , saturation: 0.63 and the lightness value of bda12b is 0.45.

The process color (four color CMYK) of #bda12b color hex is 0.00, 0.15, 0.77, 0.26. Web safe color of #bda12b is #cc9933. Color #bda12b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00101011
Octal 275 241 53
Decimal 189 161 43
Hex BD A1 2B

RGB Percentages of Color #bda12b

%48.09
%40.97
%10.94

CMYK Percentages of Color #bda12b

%0
%15
%77
%26

Triadic Colors of #bda12b

#bda12b #2bbda1 #a12bbd

Analogous Colors of #bda12b

#bda12b #90bd2b #bd582b

Monochromatic Colors of #bda12b

#bda12b

Complementary Color

#bda12b #2b47bd

#bda12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda12b Color CSS Codes

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

#bda12b Text Font Color

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

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


#bda12b Background Color

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

This div background color is #bda12b


#bda12b Border Color

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

This div border color is #bda12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda12b


Comments

No comments written yet.

Please login to write comment.