Color Hex Logo

#bdad48 Color Hex

#BDAD48
(189,173,72)
0 Favorites   0 Comments

Color spaces of #bdad48

RGB 18917372
HSL0.140.470.51
HSV52°62°74°
CMYK 0.000.080.62   0.26
XYZ37.099541.173812.1229
Yxy41.17380.41040.4555
Hunter Lab64.1668-9.088133.7152
CIE-Lab70.2975-6.562552.5732

#bdad48 color RGB value is (189,173,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 01001000
Octal 275 255 110
Decimal 189 173 72
Hex BD AD 48

RGB Percentages of Color #bdad48

%43.55
%39.86
%16.59

CMYK Percentages of Color #bdad48

%0
%8
%62
%26

Triadic Colors of #bdad48

#bdad48 #48bdad #ad48bd

Analogous Colors of #bdad48

#bdad48 #93bd48 #bd7348

Monochromatic Colors of #bdad48

#bdad48

Complementary Color

#bdad48 #4858bd

#bdad48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad48 Color CSS Codes

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

#bdad48 Text Font Color

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

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


#bdad48 Background Color

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

This div background color is #bdad48


#bdad48 Border Color

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

This div border color is #bdad48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad48


Comments

No comments written yet.

Please login to write comment.