Color Hex Logo

#bda921 Color Hex

#BDA921
(189,169,33)
0 Favorites   0 Comments

Color spaces of #bda921

RGB 18916933
HSL0.150.700.44
HSV52°83°74°
CMYK 0.000.110.83   0.26
XYZ35.448739.30467.1570
Yxy39.30460.43280.4798
Hunter Lab62.6934-8.784237.1169
CIE-Lab68.9713-6.348565.7874

#bda921 color RGB value is (189,169,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00100001
Octal 275 251 41
Decimal 189 169 33
Hex BD A9 21

RGB Percentages of Color #bda921

%48.34
%43.22
%8.44

CMYK Percentages of Color #bda921

%0
%11
%83
%26

Triadic Colors of #bda921

#bda921 #21bda9 #a921bd

Analogous Colors of #bda921

#bda921 #83bd21 #bd5b21

Monochromatic Colors of #bda921

#bda921

Complementary Color

#bda921 #2135bd

#bda921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda921 Color CSS Codes

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

#bda921 Text Font Color

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

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


#bda921 Background Color

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

This div background color is #bda921


#bda921 Border Color

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

This div border color is #bda921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda921


Comments

No comments written yet.

Please login to write comment.