Color Hex Logo

#bab302 Color Hex

#BAB302
(186,179,2)
0 Favorites   0 Comments

Color spaces of #bab302

RGB 1861792
HSL0.160.980.37
HSV58°99°73°
CMYK 0.000.040.99   0.27
XYZ36.380842.68376.3787
Yxy42.68370.42580.4996
Hunter Lab65.3328-14.933939.9442
CIE-Lab71.3398-13.430072.9097

#bab302 color RGB value is (186,179,2).

#bab302 hex color red value is 186, green value is 179 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bab302 hue: 0.16 , saturation: 0.98 and the lightness value of bab302 is 0.37.

The process color (four color CMYK) of #bab302 color hex is 0.00, 0.04, 0.99, 0.27. Web safe color of #bab302 is #cccc00. Color #bab302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 00000010
Octal 272 263 2
Decimal 186 179 2
Hex BA B3 2

RGB Percentages of Color #bab302

%50.68
%48.77
%0.54

CMYK Percentages of Color #bab302

%0
%4
%99
%27

Triadic Colors of #bab302

#bab302 #02bab3 #b302ba

Analogous Colors of #bab302

#bab302 #65ba02 #ba5702

Monochromatic Colors of #bab302

#bab302

Complementary Color

#bab302 #0209ba

#bab302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab302 Color CSS Codes

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

#bab302 Text Font Color

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

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


#bab302 Background Color

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

This div background color is #bab302


#bab302 Border Color

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

This div border color is #bab302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab302


Comments

No comments written yet.

Please login to write comment.