Color Hex Logo

#bab002 Color Hex

#BAB002
(186,176,2)
0 Favorites   0 Comments

Color spaces of #bab002

RGB 1861762
HSL0.160.980.37
HSV57°99°73°
CMYK 0.000.050.99   0.27
XYZ35.786041.49426.1805
Yxy41.49420.42880.4972
Hunter Lab64.4160-13.563239.4025
CIE-Lab70.5208-11.889272.3107

#bab002 color RGB value is (186,176,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00000010
Octal 272 260 2
Decimal 186 176 2
Hex BA B0 2

RGB Percentages of Color #bab002

%51.10
%48.35
%0.55

CMYK Percentages of Color #bab002

%0
%5
%99
%27

Triadic Colors of #bab002

#bab002 #02bab0 #b002ba

Analogous Colors of #bab002

#bab002 #68ba02 #ba5402

Monochromatic Colors of #bab002

#bab002

Complementary Color

#bab002 #020cba

#bab002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab002 Color CSS Codes

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

#bab002 Text Font Color

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

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


#bab002 Background Color

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

This div background color is #bab002


#bab002 Border Color

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

This div border color is #bab002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab002


Comments

No comments written yet.

Please login to write comment.