Color Hex Logo

#bdad16 Color Hex

#BDAD16
(189,173,22)
0 Favorites   0 Comments

Color spaces of #bdad16

RGB 18917322
HSL0.150.790.41
HSV54°88°74°
CMYK 0.000.080.88   0.26
XYZ36.074740.76396.7259
Yxy40.76390.43170.4878
Hunter Lab63.8466-10.875338.4467
CIE-Lab70.0102-8.720169.2328

#bdad16 color RGB value is (189,173,22).

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

The process color (four color CMYK) of #bdad16 color hex is 0.00, 0.08, 0.88, 0.26. Web safe color of #bdad16 is #cc9900. Color #bdad16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00010110
Octal 275 255 26
Decimal 189 173 22
Hex BD AD 16

RGB Percentages of Color #bdad16

%49.22
%45.05
%5.73

CMYK Percentages of Color #bdad16

%0
%8
%88
%26

Triadic Colors of #bdad16

#bdad16 #16bdad #ad16bd

Analogous Colors of #bdad16

#bdad16 #7abd16 #bd5a16

Monochromatic Colors of #bdad16

#bdad16

Complementary Color

#bdad16 #1626bd

#bdad16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad16 Color CSS Codes

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

#bdad16 Text Font Color

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

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


#bdad16 Background Color

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

This div background color is #bdad16


#bdad16 Border Color

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

This div border color is #bdad16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad16


Comments

No comments written yet.

Please login to write comment.