Color Hex Logo

#bdad3d Color Hex

#BDAD3D
(189,173,61)
0 Favorites   0 Comments

Color spaces of #bdad3d

RGB 18917361
HSL0.150.510.49
HSV53°68°74°
CMYK 0.000.080.68   0.26
XYZ36.772141.042910.3988
Yxy41.04290.41690.4653
Hunter Lab64.0647-9.657235.2215
CIE-Lab70.2060-7.246057.2117

#bdad3d color RGB value is (189,173,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00111101
Octal 275 255 75
Decimal 189 173 61
Hex BD AD 3D

RGB Percentages of Color #bdad3d

%44.68
%40.90
%14.42

CMYK Percentages of Color #bdad3d

%0
%8
%68
%26

Triadic Colors of #bdad3d

#bdad3d #3dbdad #ad3dbd

Analogous Colors of #bdad3d

#bdad3d #8dbd3d #bd6d3d

Monochromatic Colors of #bdad3d

#bdad3d

Complementary Color

#bdad3d #3d4dbd

#bdad3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad3d Color CSS Codes

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

#bdad3d Text Font Color

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

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


#bdad3d Background Color

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

This div background color is #bdad3d


#bdad3d Border Color

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

This div border color is #bdad3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad3d


Comments

No comments written yet.

Please login to write comment.