Color Hex Logo

#bdad21 Color Hex

#BDAD21
(189,173,33)
0 Favorites   0 Comments

Color spaces of #bdad21

RGB 18917333
HSL0.150.700.44
HSV54°83°74°
CMYK 0.000.080.83   0.26
XYZ36.204340.81587.4089
Yxy40.81580.42880.4834
Hunter Lab63.8872-10.648437.8453
CIE-Lab70.0467-8.444366.7054

#bdad21 color RGB value is (189,173,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00100001
Octal 275 255 41
Decimal 189 173 33
Hex BD AD 21

RGB Percentages of Color #bdad21

%47.85
%43.80
%8.35

CMYK Percentages of Color #bdad21

%0
%8
%83
%26

Triadic Colors of #bdad21

#bdad21 #21bdad #ad21bd

Analogous Colors of #bdad21

#bdad21 #7fbd21 #bd5f21

Monochromatic Colors of #bdad21

#bdad21

Complementary Color

#bdad21 #2131bd

#bdad21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad21 Color CSS Codes

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

#bdad21 Text Font Color

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

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


#bdad21 Background Color

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

This div background color is #bdad21


#bdad21 Border Color

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

This div border color is #bdad21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad21


Comments

No comments written yet.

Please login to write comment.