Color Hex Logo

#bdab2b Color Hex

#BDAB2B
(189,171,43)
0 Favorites   0 Comments

Color spaces of #bdab2b

RGB 18917143
HSL0.150.630.45
HSV53°77°74°
CMYK 0.000.100.77   0.26
XYZ35.985240.11918.1326
Yxy40.11910.42720.4763
Hunter Lab63.3396-9.433036.7251
CIE-Lab69.5543-7.054563.2800

#bdab2b color RGB value is (189,171,43).

#bdab2b hex color red value is 189, green value is 171 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdab2b hue: 0.15 , saturation: 0.63 and the lightness value of bdab2b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00101011
Octal 275 253 53
Decimal 189 171 43
Hex BD AB 2B

RGB Percentages of Color #bdab2b

%46.90
%42.43
%10.67

CMYK Percentages of Color #bdab2b

%0
%10
%77
%26

Triadic Colors of #bdab2b

#bdab2b #2bbdab #ab2bbd

Analogous Colors of #bdab2b

#bdab2b #86bd2b #bd622b

Monochromatic Colors of #bdab2b

#bdab2b

Complementary Color

#bdab2b #2b3dbd

#bdab2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab2b Color CSS Codes

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

#bdab2b Text Font Color

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

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


#bdab2b Background Color

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

This div background color is #bdab2b


#bdab2b Border Color

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

This div border color is #bdab2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab2b


Comments

No comments written yet.

Please login to write comment.