Color Hex Logo

#bab200 Color Hex

#BAB200
(186,178,0)
0 Favorites   0 Comments

Color spaces of #bab200

RGB 1861780
HSL0.161.000.36
HSV57°100°73°
CMYK 0.000.041.00   0.27
XYZ36.170142.27996.2545
Yxy42.27990.42700.4991
Hunter Lab65.0230-14.496739.8130
CIE-Lab71.0635-12.941272.9408

#bab200 color RGB value is (186,178,0).

#bab200 hex color red value is 186, green value is 178 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bab200 hue: 0.16 , saturation: 1.00 and the lightness value of bab200 is 0.36.

The process color (four color CMYK) of #bab200 color hex is 0.00, 0.04, 1.00, 0.27. Web safe color of #bab200 is #cc9900. Color #bab200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 00000000
Octal 272 262 0
Decimal 186 178 0
Hex BA B2 0

RGB Percentages of Color #bab200

%51.10
%48.90
%0.00

CMYK Percentages of Color #bab200

%0
%4
%100
%27

Triadic Colors of #bab200

#bab200 #00bab2 #b200ba

Analogous Colors of #bab200

#bab200 #65ba00 #ba5500

Monochromatic Colors of #bab200

#bab200

Complementary Color

#bab200 #0008ba

#bab200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab200 Color CSS Codes

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

#bab200 Text Font Color

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

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


#bab200 Background Color

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

This div background color is #bab200


#bab200 Border Color

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

This div border color is #bab200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab200


Comments

No comments written yet.

Please login to write comment.