Color Hex Logo

#bdab0c Color Hex

#BDAB0C
(189,171,12)
0 Favorites   0 Comments

Color spaces of #bdab0c

RGB 18917112
HSL0.150.880.39
HSV54°94°74°
CMYK 0.000.100.94   0.26
XYZ35.615539.97126.1859
Yxy39.97120.43550.4888
Hunter Lab63.2228-10.084938.4548
CIE-Lab69.4490-7.843870.4404

#bdab0c color RGB value is (189,171,12).

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

The process color (four color CMYK) of #bdab0c color hex is 0.00, 0.10, 0.94, 0.26. Web safe color of #bdab0c is #cc9900. Color #bdab0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00001100
Octal 275 253 14
Decimal 189 171 12
Hex BD AB C

RGB Percentages of Color #bdab0c

%50.81
%45.97
%3.23

CMYK Percentages of Color #bdab0c

%0
%10
%94
%26

Triadic Colors of #bdab0c

#bdab0c #0cbdab #ab0cbd

Analogous Colors of #bdab0c

#bdab0c #77bd0c #bd520c

Monochromatic Colors of #bdab0c

#bdab0c

Complementary Color

#bdab0c #0c1ebd

#bdab0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab0c Color CSS Codes

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

#bdab0c Text Font Color

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

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


#bdab0c Background Color

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

This div background color is #bdab0c


#bdab0c Border Color

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

This div border color is #bdab0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab0c


Comments

No comments written yet.

Please login to write comment.