Color Hex Logo

#bda01b Color Hex

#BDA01B
(189,160,27)
0 Favorites   0 Comments

Color spaces of #bda01b

RGB 18916027
HSL0.140.750.42
HSV49°86°74°
CMYK 0.000.150.86   0.26
XYZ33.754936.03966.2142
Yxy36.03960.44410.4742
Hunter Lab60.0330-4.692135.8858
CIE-Lab66.5502-1.738665.3253

#bda01b color RGB value is (189,160,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00011011
Octal 275 240 33
Decimal 189 160 27
Hex BD A0 1B

RGB Percentages of Color #bda01b

%50.27
%42.55
%7.18

CMYK Percentages of Color #bda01b

%0
%15
%86
%26

Triadic Colors of #bda01b

#bda01b #1bbda0 #a01bbd

Analogous Colors of #bda01b

#bda01b #89bd1b #bd4f1b

Monochromatic Colors of #bda01b

#bda01b

Complementary Color

#bda01b #1b38bd

#bda01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda01b Color CSS Codes

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

#bda01b Text Font Color

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

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


#bda01b Background Color

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

This div background color is #bda01b


#bda01b Border Color

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

This div border color is #bda01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda01b


Comments

No comments written yet.

Please login to write comment.