Color Hex Logo

#bda12c Color Hex

#BDA12C
(189,161,44)
0 Favorites   0 Comments

Color spaces of #bda12c

RGB 18916144
HSL0.130.620.46
HSV48°77°74°
CMYK 0.000.150.77   0.26
XYZ34.185836.49047.6244
Yxy36.49040.43660.4660
Hunter Lab60.4073-4.695734.8017
CIE-Lab66.8929-1.715760.4838

#bda12c color RGB value is (189,161,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00101100
Octal 275 241 54
Decimal 189 161 44
Hex BD A1 2C

RGB Percentages of Color #bda12c

%47.97
%40.86
%11.17

CMYK Percentages of Color #bda12c

%0
%15
%77
%26

Triadic Colors of #bda12c

#bda12c #2cbda1 #a12cbd

Analogous Colors of #bda12c

#bda12c #91bd2c #bd592c

Monochromatic Colors of #bda12c

#bda12c

Complementary Color

#bda12c #2c48bd

#bda12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda12c Color CSS Codes

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

#bda12c Text Font Color

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

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


#bda12c Background Color

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

This div background color is #bda12c


#bda12c Border Color

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

This div border color is #bda12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda12c


Comments

No comments written yet.

Please login to write comment.