Color Hex Logo

#bab003 Color Hex

#BAB003
(186,176,3)
0 Favorites   0 Comments

Color spaces of #bab003

RGB 1861763
HSL0.160.970.37
HSV57°98°73°
CMYK 0.000.050.98   0.27
XYZ35.791541.49636.2093
Yxy41.49630.42870.4970
Hunter Lab64.4176-13.553339.3773
CIE-Lab70.5222-11.877072.1940

#bab003 color RGB value is (186,176,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00000011
Octal 272 260 3
Decimal 186 176 3
Hex BA B0 3

RGB Percentages of Color #bab003

%50.96
%48.22
%0.82

CMYK Percentages of Color #bab003

%0
%5
%98
%27

Triadic Colors of #bab003

#bab003 #03bab0 #b003ba

Analogous Colors of #bab003

#bab003 #69ba03 #ba5503

Monochromatic Colors of #bab003

#bab003

Complementary Color

#bab003 #030dba

#bab003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab003 Color CSS Codes

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

#bab003 Text Font Color

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

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


#bab003 Background Color

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

This div background color is #bab003


#bab003 Border Color

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

This div border color is #bab003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab003


Comments

No comments written yet.

Please login to write comment.