Color Hex Logo

#bac120 Color Hex

#BAC120
(186,193,32)
0 Favorites   0 Comments

Color spaces of #bac120

RGB 18619332
HSL0.170.720.44
HSV63°83°76°
CMYK 0.040.000.83   0.24
XYZ39.580448.68338.6772
Yxy48.68330.40830.5022
Hunter Lab69.7734-20.845741.4679
CIE-Lab75.2539-19.956171.2673

#bac120 color RGB value is (186,193,32).

#bac120 hex color red value is 186, green value is 193 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bac120 hue: 0.17 , saturation: 0.72 and the lightness value of bac120 is 0.44.

The process color (four color CMYK) of #bac120 color hex is 0.04, 0.00, 0.83, 0.24. Web safe color of #bac120 is #cccc33. Color #bac120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 00100000
Octal 272 301 40
Decimal 186 193 32
Hex BA C1 20

RGB Percentages of Color #bac120

%45.26
%46.96
%7.79

CMYK Percentages of Color #bac120

%4
%0
%83
%24

Triadic Colors of #bac120

#bac120 #20bac1 #c120ba

Analogous Colors of #bac120

#bac120 #6ac120 #c17820

Monochromatic Colors of #bac120

#bac120

Complementary Color

#bac120 #2720c1

#bac120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac120 Color CSS Codes

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

#bac120 Text Font Color

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

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


#bac120 Background Color

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

This div background color is #bac120


#bac120 Border Color

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

This div border color is #bac120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac120


Comments

No comments written yet.

Please login to write comment.