Color Hex Logo

#bda021 Color Hex

#BDA021
(189,160,33)
0 Favorites   0 Comments

Color spaces of #bda021

RGB 18916033
HSL0.140.700.44
HSV49°83°74°
CMYK 0.000.150.83   0.26
XYZ33.831636.07026.6180
Yxy36.07020.44210.4714
Hunter Lab60.0585-4.551335.5076
CIE-Lab66.5735-1.571263.7326

#bda021 color RGB value is (189,160,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00100001
Octal 275 240 41
Decimal 189 160 33
Hex BD A0 21

RGB Percentages of Color #bda021

%49.48
%41.88
%8.64

CMYK Percentages of Color #bda021

%0
%15
%83
%26

Triadic Colors of #bda021

#bda021 #21bda0 #a021bd

Analogous Colors of #bda021

#bda021 #8cbd21 #bd5221

Monochromatic Colors of #bda021

#bda021

Complementary Color

#bda021 #213ebd

#bda021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda021 Color CSS Codes

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

#bda021 Text Font Color

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

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


#bda021 Background Color

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

This div background color is #bda021


#bda021 Border Color

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

This div border color is #bda021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda021


Comments

No comments written yet.

Please login to write comment.