Color Hex Logo

#bab912 Color Hex

#BAB912
(186,185,18)
0 Favorites   0 Comments

Color spaces of #bab912

RGB 18618518
HSL0.170.820.40
HSV60°90°73°
CMYK 0.000.010.90   0.27
XYZ37.707845.18077.3056
Yxy45.18070.41810.5009
Hunter Lab67.2166-17.492440.6075
CIE-Lab73.0107-16.271072.1971

#bab912 color RGB value is (186,185,18).

#bab912 hex color red value is 186, green value is 185 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bab912 hue: 0.17 , saturation: 0.82 and the lightness value of bab912 is 0.40.

The process color (four color CMYK) of #bab912 color hex is 0.00, 0.01, 0.90, 0.27. Web safe color of #bab912 is #cccc00. Color #bab912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 00010010
Octal 272 271 22
Decimal 186 185 18
Hex BA B9 12

RGB Percentages of Color #bab912

%47.81
%47.56
%4.63

CMYK Percentages of Color #bab912

%0
%1
%90
%27

Triadic Colors of #bab912

#bab912 #12bab9 #b912ba

Analogous Colors of #bab912

#bab912 #67ba12 #ba6512

Monochromatic Colors of #bab912

#bab912

Complementary Color

#bab912 #1213ba

#bab912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab912 Color CSS Codes

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

#bab912 Text Font Color

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

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


#bab912 Background Color

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

This div background color is #bab912


#bab912 Border Color

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

This div border color is #bab912


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,185,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bab912; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bab912;
  -webkit-box-shadow: 1px 1px 3px 2px #bab912;
  box-shadow:         1px 1px 3px 2px #bab912; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,185,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab912


Comments

No comments written yet.

Please login to write comment.