Color Hex Logo

#bda12d Color Hex

#BDA12D
(189,161,45)
0 Favorites   0 Comments

Color spaces of #bda12d

RGB 18916145
HSL0.130.620.46
HSV48°76°74°
CMYK 0.000.150.76   0.26
XYZ34.204836.49807.7247
Yxy36.49800.43610.4654
Hunter Lab60.4136-4.661134.7085
CIE-Lab66.8987-1.674660.1338

#bda12d color RGB value is (189,161,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00101101
Octal 275 241 55
Decimal 189 161 45
Hex BD A1 2D

RGB Percentages of Color #bda12d

%47.85
%40.76
%11.39

CMYK Percentages of Color #bda12d

%0
%15
%76
%26

Triadic Colors of #bda12d

#bda12d #2dbda1 #a12dbd

Analogous Colors of #bda12d

#bda12d #91bd2d #bd592d

Monochromatic Colors of #bda12d

#bda12d

Complementary Color

#bda12d #2d49bd

#bda12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda12d Color CSS Codes

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

#bda12d Text Font Color

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

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


#bda12d Background Color

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

This div background color is #bda12d


#bda12d Border Color

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

This div border color is #bda12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda12d


Comments

No comments written yet.

Please login to write comment.