Color Hex Logo

#bda91b Color Hex

#BDA91B
(189,169,27)
0 Favorites   0 Comments

Color spaces of #bda91b

RGB 18916927
HSL0.150.750.42
HSV53°86°74°
CMYK 0.000.110.86   0.26
XYZ35.372139.27396.7532
Yxy39.27390.43460.4825
Hunter Lab62.6689-8.920137.4791
CIE-Lab68.9492-6.512567.2967

#bda91b color RGB value is (189,169,27).

#bda91b hex color red value is 189, green value is 169 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bda91b hue: 0.15 , saturation: 0.75 and the lightness value of bda91b is 0.42.

The process color (four color CMYK) of #bda91b color hex is 0.00, 0.11, 0.86, 0.26. Web safe color of #bda91b is #cc9933. Color #bda91b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00011011
Octal 275 251 33
Decimal 189 169 27
Hex BD A9 1B

RGB Percentages of Color #bda91b

%49.09
%43.90
%7.01

CMYK Percentages of Color #bda91b

%0
%11
%86
%26

Triadic Colors of #bda91b

#bda91b #1bbda9 #a91bbd

Analogous Colors of #bda91b

#bda91b #80bd1b #bd581b

Monochromatic Colors of #bda91b

#bda91b

Complementary Color

#bda91b #1b2fbd

#bda91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda91b Color CSS Codes

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

#bda91b Text Font Color

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

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


#bda91b Background Color

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

This div background color is #bda91b


#bda91b Border Color

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

This div border color is #bda91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda91b


Comments

No comments written yet.

Please login to write comment.