Color Hex Logo

#bda80a Color Hex

#BDA80A
(189,168,10)
0 Favorites   0 Comments

Color spaces of #bda80a

RGB 18916810
HSL0.150.900.39
HSV53°95°74°
CMYK 0.000.110.95   0.26
XYZ35.043738.84605.9382
Yxy38.84600.43900.4866
Hunter Lab62.3266-8.708237.9797
CIE-Lab68.6396-6.294370.0851

#bda80a color RGB value is (189,168,10).

#bda80a hex color red value is 189, green value is 168 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bda80a hue: 0.15 , saturation: 0.90 and the lightness value of bda80a is 0.39.

The process color (four color CMYK) of #bda80a color hex is 0.00, 0.11, 0.95, 0.26. Web safe color of #bda80a is #cc9900. Color #bda80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00001010
Octal 275 250 12
Decimal 189 168 10
Hex BD A8 A

RGB Percentages of Color #bda80a

%51.50
%45.78
%2.72

CMYK Percentages of Color #bda80a

%0
%11
%95
%26

Triadic Colors of #bda80a

#bda80a #0abda8 #a80abd

Analogous Colors of #bda80a

#bda80a #79bd0a #bd4f0a

Monochromatic Colors of #bda80a

#bda80a

Complementary Color

#bda80a #0a1fbd

#bda80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda80a Color CSS Codes

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

#bda80a Text Font Color

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

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


#bda80a Background Color

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

This div background color is #bda80a


#bda80a Border Color

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

This div border color is #bda80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda80a


Comments

No comments written yet.

Please login to write comment.