Color Hex Logo

#bdad3f Color Hex

#BDAD3F
(189,173,63)
0 Favorites   0 Comments

Color spaces of #bdad3f

RGB 18917363
HSL0.150.500.49
HSV52°67°74°
CMYK 0.000.080.67   0.26
XYZ36.827041.064810.6879
Yxy41.06480.41570.4636
Hunter Lab64.0818-9.561534.9686
CIE-Lab70.2213-7.130856.3987

#bdad3f color RGB value is (189,173,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00111111
Octal 275 255 77
Decimal 189 173 63
Hex BD AD 3F

RGB Percentages of Color #bdad3f

%44.47
%40.71
%14.82

CMYK Percentages of Color #bdad3f

%0
%8
%67
%26

Triadic Colors of #bdad3f

#bdad3f #3fbdad #ad3fbd

Analogous Colors of #bdad3f

#bdad3f #8ebd3f #bd6e3f

Monochromatic Colors of #bdad3f

#bdad3f

Complementary Color

#bdad3f #3f4fbd

#bdad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad3f Color CSS Codes

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

#bdad3f Text Font Color

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

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


#bdad3f Background Color

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

This div background color is #bdad3f


#bdad3f Border Color

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

This div border color is #bdad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad3f


Comments

No comments written yet.

Please login to write comment.