Color Hex Logo

#bdad13 Color Hex

#BDAD13
(189,173,19)
0 Favorites   0 Comments

Color spaces of #bdad13

RGB 18917319
HSL0.150.820.41
HSV54°90°74°
CMYK 0.000.080.90   0.26
XYZ36.047440.75306.5823
Yxy40.75300.43230.4887
Hunter Lab63.8381-10.923238.5733
CIE-Lab70.0025-8.778469.7863

#bdad13 color RGB value is (189,173,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00010011
Octal 275 255 23
Decimal 189 173 19
Hex BD AD 13

RGB Percentages of Color #bdad13

%49.61
%45.41
%4.99

CMYK Percentages of Color #bdad13

%0
%8
%90
%26

Triadic Colors of #bdad13

#bdad13 #13bdad #ad13bd

Analogous Colors of #bdad13

#bdad13 #78bd13 #bd5813

Monochromatic Colors of #bdad13

#bdad13

Complementary Color

#bdad13 #1323bd

#bdad13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad13 Color CSS Codes

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

#bdad13 Text Font Color

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

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


#bdad13 Background Color

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

This div background color is #bdad13


#bdad13 Border Color

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

This div border color is #bdad13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad13


Comments

No comments written yet.

Please login to write comment.