Color Hex Logo

#bda52a Color Hex

#BDA52A
(189,165,42)
0 Favorites   0 Comments

Color spaces of #bda52a

RGB 18916542
HSL0.140.640.45
HSV50°78°74°
CMYK 0.000.130.78   0.26
XYZ34.859337.89637.6679
Yxy37.89630.43340.4712
Hunter Lab61.5600-6.651535.7068
CIE-Lab67.9441-3.926762.1397

#bda52a color RGB value is (189,165,42).

#bda52a hex color red value is 189, green value is 165 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bda52a hue: 0.14 , saturation: 0.64 and the lightness value of bda52a is 0.45.

The process color (four color CMYK) of #bda52a color hex is 0.00, 0.13, 0.78, 0.26. Web safe color of #bda52a is #cc9933. Color #bda52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 00101010
Octal 275 245 52
Decimal 189 165 42
Hex BD A5 2A

RGB Percentages of Color #bda52a

%47.73
%41.67
%10.61

CMYK Percentages of Color #bda52a

%0
%13
%78
%26

Triadic Colors of #bda52a

#bda52a #2abda5 #a52abd

Analogous Colors of #bda52a

#bda52a #8cbd2a #bd5b2a

Monochromatic Colors of #bda52a

#bda52a

Complementary Color

#bda52a #2a42bd

#bda52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda52a Color CSS Codes

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

#bda52a Text Font Color

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

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


#bda52a Background Color

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

This div background color is #bda52a


#bda52a Border Color

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

This div border color is #bda52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda52a


Comments

No comments written yet.

Please login to write comment.