Color Hex Logo

#bac44a Color Hex

#BAC44A
(186,196,74)
0 Favorites   0 Comments

Color spaces of #bac44a

RGB 18619674
HSL0.180.510.53
HSV65°62°77°
CMYK 0.050.000.62   0.23
XYZ41.225750.413414.0365
Yxy50.41340.39010.4771
Hunter Lab71.0024-20.612837.9806
CIE-Lab76.3223-19.457858.1435

#bac44a color RGB value is (186,196,74).

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

The process color (four color CMYK) of #bac44a color hex is 0.05, 0.00, 0.62, 0.23. Web safe color of #bac44a is #cccc33. Color #bac44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 01001010
Octal 272 304 112
Decimal 186 196 74
Hex BA C4 4A

RGB Percentages of Color #bac44a

%40.79
%42.98
%16.23

CMYK Percentages of Color #bac44a

%5
%0
%62
%23

Triadic Colors of #bac44a

#bac44a #4abac4 #c44aba

Analogous Colors of #bac44a

#bac44a #7dc44a #c4914a

Monochromatic Colors of #bac44a

#bac44a

Complementary Color

#bac44a #544ac4

#bac44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac44a Color CSS Codes

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

#bac44a Text Font Color

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

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


#bac44a Background Color

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

This div background color is #bac44a


#bac44a Border Color

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

This div border color is #bac44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac44a


Comments

No comments written yet.

Please login to write comment.