Color Hex Logo

#bda43a Color Hex

#BDA43A
(189,164,58)
0 Favorites   0 Comments

Color spaces of #bda43a

RGB 18916458
HSL0.130.530.48
HSV49°69°74°
CMYK 0.000.130.69   0.26
XYZ35.025437.67529.4290
Yxy37.67520.42650.4587
Hunter Lab61.3801-5.557633.8582
CIE-Lab67.7805-2.654155.9651

#bda43a color RGB value is (189,164,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00111010
Octal 275 244 72
Decimal 189 164 58
Hex BD A4 3A

RGB Percentages of Color #bda43a

%45.99
%39.90
%14.11

CMYK Percentages of Color #bda43a

%0
%13
%69
%26

Triadic Colors of #bda43a

#bda43a #3abda4 #a43abd

Analogous Colors of #bda43a

#bda43a #95bd3a #bd633a

Monochromatic Colors of #bda43a

#bda43a

Complementary Color

#bda43a #3a53bd

#bda43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda43a Color CSS Codes

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

#bda43a Text Font Color

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

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


#bda43a Background Color

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

This div background color is #bda43a


#bda43a Border Color

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

This div border color is #bda43a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,164,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 #bda43a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda43a


Comments

No comments written yet.

Please login to write comment.