Color Hex Logo

#bda11b Color Hex

#BDA11B
(189,161,27)
0 Favorites   0 Comments

Color spaces of #bda11b

RGB 18916127
HSL0.140.750.42
HSV50°86°74°
CMYK 0.000.150.86   0.26
XYZ33.929036.38776.2722
Yxy36.38770.44300.4751
Hunter Lab60.3222-5.164336.0607
CIE-Lab66.8151-2.272865.5433

#bda11b color RGB value is (189,161,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00011011
Octal 275 241 33
Decimal 189 161 27
Hex BD A1 1B

RGB Percentages of Color #bda11b

%50.13
%42.71
%7.16

CMYK Percentages of Color #bda11b

%0
%15
%86
%26

Triadic Colors of #bda11b

#bda11b #1bbda1 #a11bbd

Analogous Colors of #bda11b

#bda11b #88bd1b #bd501b

Monochromatic Colors of #bda11b

#bda11b

Complementary Color

#bda11b #1b37bd

#bda11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda11b Color CSS Codes

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

#bda11b Text Font Color

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

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


#bda11b Background Color

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

This div background color is #bda11b


#bda11b Border Color

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

This div border color is #bda11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda11b


Comments

No comments written yet.

Please login to write comment.