Color Hex Logo

#bda32b Color Hex

#BDA32B
(189,163,43)
0 Favorites   0 Comments

Color spaces of #bda32b

RGB 18916343
HSL0.140.630.45
HSV49°77°74°
CMYK 0.000.140.77   0.26
XYZ34.519537.18767.6441
Yxy37.18760.43500.4686
Hunter Lab60.9816-5.675535.2551
CIE-Lab67.4175-2.823661.3174

#bda32b color RGB value is (189,163,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00101011
Octal 275 243 53
Decimal 189 163 43
Hex BD A3 2B

RGB Percentages of Color #bda32b

%47.85
%41.27
%10.89

CMYK Percentages of Color #bda32b

%0
%14
%77
%26

Triadic Colors of #bda32b

#bda32b #2bbda3 #a32bbd

Analogous Colors of #bda32b

#bda32b #8ebd2b #bd5a2b

Monochromatic Colors of #bda32b

#bda32b

Complementary Color

#bda32b #2b45bd

#bda32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda32b Color CSS Codes

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

#bda32b Text Font Color

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

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


#bda32b Background Color

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

This div background color is #bda32b


#bda32b Border Color

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

This div border color is #bda32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda32b


Comments

No comments written yet.

Please login to write comment.