Color Hex Logo

#bab812 Color Hex

#BAB812
(186,184,18)
0 Favorites   0 Comments

Color spaces of #bab812

RGB 18618418
HSL0.160.820.40
HSV59°90°73°
CMYK 0.000.010.90   0.27
XYZ37.499444.76387.2361
Yxy44.76380.41900.5002
Hunter Lab66.9058-17.039240.4216
CIE-Lab72.7361-15.765471.9821

#bab812 color RGB value is (186,184,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00010010
Octal 272 270 22
Decimal 186 184 18
Hex BA B8 12

RGB Percentages of Color #bab812

%47.94
%47.42
%4.64

CMYK Percentages of Color #bab812

%0
%1
%90
%27

Triadic Colors of #bab812

#bab812 #12bab8 #b812ba

Analogous Colors of #bab812

#bab812 #68ba12 #ba6412

Monochromatic Colors of #bab812

#bab812

Complementary Color

#bab812 #1214ba

#bab812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab812 Color CSS Codes

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

#bab812 Text Font Color

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

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


#bab812 Background Color

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

This div background color is #bab812


#bab812 Border Color

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

This div border color is #bab812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab812


Comments

No comments written yet.

Please login to write comment.