Color Hex Logo

#bab020 Color Hex

#BAB020
(186,176,32)
0 Favorites   0 Comments

Color spaces of #bab020

RGB 18617632
HSL0.160.710.43
HSV56°83°73°
CMYK 0.000.050.83   0.27
XYZ36.035741.59417.4957
Yxy41.59410.42330.4886
Hunter Lab64.4935-13.126838.2545
CIE-Lab70.5902-11.350567.3248

#bab020 color RGB value is (186,176,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00100000
Octal 272 260 40
Decimal 186 176 32
Hex BA B0 20

RGB Percentages of Color #bab020

%47.21
%44.67
%8.12

CMYK Percentages of Color #bab020

%0
%5
%83
%27

Triadic Colors of #bab020

#bab020 #20bab0 #b020ba

Analogous Colors of #bab020

#bab020 #77ba20 #ba6320

Monochromatic Colors of #bab020

#bab020

Complementary Color

#bab020 #202aba

#bab020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab020 Color CSS Codes

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

#bab020 Text Font Color

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

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


#bab020 Background Color

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

This div background color is #bab020


#bab020 Border Color

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

This div border color is #bab020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab020


Comments

No comments written yet.

Please login to write comment.