Color Hex Logo

#bdab55 Color Hex

#BDAB55
(189,171,85)
0 Favorites   0 Comments

Color spaces of #bdab55

RGB 18917185
HSL0.140.440.54
HSV50°55°74°
CMYK 0.000.100.55   0.26
XYZ37.188940.600514.4709
Yxy40.60050.40310.4401
Hunter Lab63.7185-7.327131.1378
CIE-Lab69.8951-4.534746.0304

#bdab55 color RGB value is (189,171,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01010101
Octal 275 253 125
Decimal 189 171 85
Hex BD AB 55

RGB Percentages of Color #bdab55

%42.47
%38.43
%19.10

CMYK Percentages of Color #bdab55

%0
%10
%55
%26

Triadic Colors of #bdab55

#bdab55 #55bdab #ab55bd

Analogous Colors of #bdab55

#bdab55 #9bbd55 #bd7755

Monochromatic Colors of #bdab55

#bdab55

Complementary Color

#bdab55 #5567bd

#bdab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab55 Color CSS Codes

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

#bdab55 Text Font Color

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

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


#bdab55 Background Color

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

This div background color is #bdab55


#bdab55 Border Color

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

This div border color is #bdab55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,171,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 #bdab55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab55


Comments

No comments written yet.

Please login to write comment.