Color Hex Logo

#bab021 Color Hex

#BAB021
(186,176,33)
0 Favorites   0 Comments

Color spaces of #bab021

RGB 18617633
HSL0.160.700.43
HSV56°82°73°
CMYK 0.000.050.82   0.27
XYZ36.049541.59967.5684
Yxy41.59960.42300.4882
Hunter Lab64.4978-13.102738.1911
CIE-Lab70.5940-11.320767.0672

#bab021 color RGB value is (186,176,33).

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

The process color (four color CMYK) of #bab021 color hex is 0.00, 0.05, 0.82, 0.27. Web safe color of #bab021 is #cc9933. Color #bab021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00100001
Octal 272 260 41
Decimal 186 176 33
Hex BA B0 21

RGB Percentages of Color #bab021

%47.09
%44.56
%8.35

CMYK Percentages of Color #bab021

%0
%5
%82
%27

Triadic Colors of #bab021

#bab021 #21bab0 #b021ba

Analogous Colors of #bab021

#bab021 #78ba21 #ba6421

Monochromatic Colors of #bab021

#bab021

Complementary Color

#bab021 #212bba

#bab021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab021 Color CSS Codes

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

#bab021 Text Font Color

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

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


#bab021 Background Color

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

This div background color is #bab021


#bab021 Border Color

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

This div border color is #bab021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab021


Comments

No comments written yet.

Please login to write comment.