Color Hex Logo

#bab006 Color Hex

#BAB006
(186,176,6)
0 Favorites   0 Comments

Color spaces of #bab006

RGB 1861766
HSL0.160.940.38
HSV57°97°73°
CMYK 0.000.050.97   0.27
XYZ35.807941.50296.2959
Yxy41.50290.42830.4964
Hunter Lab64.4227-13.524739.3016
CIE-Lab70.5268-11.841671.8457

#bab006 color RGB value is (186,176,6).

#bab006 hex color red value is 186, green value is 176 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bab006 hue: 0.16 , saturation: 0.94 and the lightness value of bab006 is 0.38.

The process color (four color CMYK) of #bab006 color hex is 0.00, 0.05, 0.97, 0.27. Web safe color of #bab006 is #cc9900. Color #bab006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00000110
Octal 272 260 6
Decimal 186 176 6
Hex BA B0 6

RGB Percentages of Color #bab006

%50.54
%47.83
%1.63

CMYK Percentages of Color #bab006

%0
%5
%97
%27

Triadic Colors of #bab006

#bab006 #06bab0 #b006ba

Analogous Colors of #bab006

#bab006 #6aba06 #ba5606

Monochromatic Colors of #bab006

#bab006

Complementary Color

#bab006 #0610ba

#bab006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab006 Color CSS Codes

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

#bab006 Text Font Color

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

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


#bab006 Background Color

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

This div background color is #bab006


#bab006 Border Color

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

This div border color is #bab006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab006


Comments

No comments written yet.

Please login to write comment.