Color Hex Logo

#bdac55 Color Hex

#BDAC55
(189,172,85)
0 Favorites   0 Comments

Color spaces of #bdac55

RGB 18917285
HSL0.140.440.54
HSV50°55°74°
CMYK 0.000.090.55   0.26
XYZ37.378540.979714.5342
Yxy40.97970.40240.4412
Hunter Lab64.0154-7.801031.3494
CIE-Lab70.1617-5.063446.3414

#bdac55 color RGB value is (189,172,85).

#bdac55 hex color red value is 189, green value is 172 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bdac55 hue: 0.14 , saturation: 0.44 and the lightness value of bdac55 is 0.54.

The process color (four color CMYK) of #bdac55 color hex is 0.00, 0.09, 0.55, 0.26. Web safe color of #bdac55 is #cc9966. Color #bdac55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01010101
Octal 275 254 125
Decimal 189 172 85
Hex BD AC 55

RGB Percentages of Color #bdac55

%42.38
%38.57
%19.06

CMYK Percentages of Color #bdac55

%0
%9
%55
%26

Triadic Colors of #bdac55

#bdac55 #55bdac #ac55bd

Analogous Colors of #bdac55

#bdac55 #9abd55 #bd7855

Monochromatic Colors of #bdac55

#bdac55

Complementary Color

#bdac55 #5566bd

#bdac55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac55 Color CSS Codes

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

#bdac55 Text Font Color

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

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


#bdac55 Background Color

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

This div background color is #bdac55


#bdac55 Border Color

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

This div border color is #bdac55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac55


Comments

No comments written yet.

Please login to write comment.