Color Hex Logo

#bac14a Color Hex

#BAC14A
(186,193,74)
0 Favorites   0 Comments

Color spaces of #bac14a

RGB 18619374
HSL0.180.490.52
HSV64°62°76°
CMYK 0.040.000.62   0.24
XYZ40.555749.073413.8132
Yxy49.07340.39210.4744
Hunter Lab70.0524-19.252137.3457
CIE-Lab75.4970-17.961957.2591

#bac14a color RGB value is (186,193,74).

#bac14a hex color red value is 186, green value is 193 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bac14a hue: 0.18 , saturation: 0.49 and the lightness value of bac14a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 01001010
Octal 272 301 112
Decimal 186 193 74
Hex BA C1 4A

RGB Percentages of Color #bac14a

%41.06
%42.60
%16.34

CMYK Percentages of Color #bac14a

%4
%0
%62
%24

Triadic Colors of #bac14a

#bac14a #4abac1 #c14aba

Analogous Colors of #bac14a

#bac14a #7fc14a #c18d4a

Monochromatic Colors of #bac14a

#bac14a

Complementary Color

#bac14a #514ac1

#bac14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac14a Color CSS Codes

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

#bac14a Text Font Color

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

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


#bac14a Background Color

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

This div background color is #bac14a


#bac14a Border Color

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

This div border color is #bac14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac14a


Comments

No comments written yet.

Please login to write comment.