Color Hex Logo

#bdad3b Color Hex

#BDAD3B
(189,173,59)
0 Favorites   0 Comments

Color spaces of #bdad3b

RGB 18917359
HSL0.150.520.49
HSV53°69°74°
CMYK 0.000.080.69   0.26
XYZ36.719341.021710.1203
Yxy41.02170.41790.4669
Hunter Lab64.0482-9.748935.4653
CIE-Lab70.1911-7.356558.0096

#bdad3b color RGB value is (189,173,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00111011
Octal 275 255 73
Decimal 189 173 59
Hex BD AD 3B

RGB Percentages of Color #bdad3b

%44.89
%41.09
%14.01

CMYK Percentages of Color #bdad3b

%0
%8
%69
%26

Triadic Colors of #bdad3b

#bdad3b #3bbdad #ad3bbd

Analogous Colors of #bdad3b

#bdad3b #8cbd3b #bd6c3b

Monochromatic Colors of #bdad3b

#bdad3b

Complementary Color

#bdad3b #3b4bbd

#bdad3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad3b Color CSS Codes

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

#bdad3b Text Font Color

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

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


#bdad3b Background Color

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

This div background color is #bdad3b


#bdad3b Border Color

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

This div border color is #bdad3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad3b


Comments

No comments written yet.

Please login to write comment.