Color Hex Logo

#bda03a Color Hex

#BDA03A
(189,160,58)
0 Favorites   0 Comments

Color spaces of #bda03a

RGB 18916058
HSL0.130.530.48
HSV47°69°74°
CMYK 0.000.150.69   0.26
XYZ34.320836.26599.1941
Yxy36.26590.43020.4546
Hunter Lab60.2212-3.657733.1029
CIE-Lab66.7226-0.514054.8820

#bda03a color RGB value is (189,160,58).

#bda03a hex color red value is 189, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bda03a hue: 0.13 , saturation: 0.53 and the lightness value of bda03a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00111010
Octal 275 240 72
Decimal 189 160 58
Hex BD A0 3A

RGB Percentages of Color #bda03a

%46.44
%39.31
%14.25

CMYK Percentages of Color #bda03a

%0
%15
%69
%26

Triadic Colors of #bda03a

#bda03a #3abda0 #a03abd

Analogous Colors of #bda03a

#bda03a #99bd3a #bd5f3a

Monochromatic Colors of #bda03a

#bda03a

Complementary Color

#bda03a #3a57bd

#bda03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda03a Color CSS Codes

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

#bda03a Text Font Color

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

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


#bda03a Background Color

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

This div background color is #bda03a


#bda03a Border Color

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

This div border color is #bda03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda03a


Comments

No comments written yet.

Please login to write comment.