Color Hex Logo

#bda10b Color Hex

#BDA10B
(189,161,11)
0 Favorites   0 Comments

Color spaces of #bda10b

RGB 18916111
HSL0.140.890.39
HSV51°94°74°
CMYK 0.000.150.94   0.26
XYZ33.791536.33275.5485
Yxy36.33270.44650.4801
Hunter Lab60.2766-5.415736.7359
CIE-Lab66.7734-2.572668.5643

#bda10b color RGB value is (189,161,11).

#bda10b hex color red value is 189, green value is 161 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bda10b hue: 0.14 , saturation: 0.89 and the lightness value of bda10b is 0.39.

The process color (four color CMYK) of #bda10b color hex is 0.00, 0.15, 0.94, 0.26. Web safe color of #bda10b is #cc9900. Color #bda10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00001011
Octal 275 241 13
Decimal 189 161 11
Hex BD A1 B

RGB Percentages of Color #bda10b

%52.35
%44.60
%3.05

CMYK Percentages of Color #bda10b

%0
%15
%94
%26

Triadic Colors of #bda10b

#bda10b #0bbda1 #a10bbd

Analogous Colors of #bda10b

#bda10b #80bd0b #bd480b

Monochromatic Colors of #bda10b

#bda10b

Complementary Color

#bda10b #0b27bd

#bda10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda10b Color CSS Codes

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

#bda10b Text Font Color

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

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


#bda10b Background Color

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

This div background color is #bda10b


#bda10b Border Color

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

This div border color is #bda10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda10b


Comments

No comments written yet.

Please login to write comment.