Color Hex Logo

#bdab4c Color Hex

#BDAB4C
(189,171,76)
0 Favorites   0 Comments

Color spaces of #bdab4c

RGB 18917176
HSL0.140.460.52
HSV50°60°74°
CMYK 0.000.100.60   0.26
XYZ36.853740.466412.7059
Yxy40.46640.40940.4495
Hunter Lab63.6132-7.910932.6868
CIE-Lab69.8004-5.228750.1979

#bdab4c color RGB value is (189,171,76).

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

The process color (four color CMYK) of #bdab4c color hex is 0.00, 0.10, 0.60, 0.26. Web safe color of #bdab4c is #cc9933. Color #bdab4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01001100
Octal 275 253 114
Decimal 189 171 76
Hex BD AB 4C

RGB Percentages of Color #bdab4c

%43.35
%39.22
%17.43

CMYK Percentages of Color #bdab4c

%0
%10
%60
%26

Triadic Colors of #bdab4c

#bdab4c #4cbdab #ab4cbd

Analogous Colors of #bdab4c

#bdab4c #97bd4c #bd734c

Monochromatic Colors of #bdab4c

#bdab4c

Complementary Color

#bdab4c #4c5ebd

#bdab4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab4c Color CSS Codes

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

#bdab4c Text Font Color

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

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


#bdab4c Background Color

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

This div background color is #bdab4c


#bdab4c Border Color

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

This div border color is #bdab4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab4c


Comments

No comments written yet.

Please login to write comment.