Color Hex Logo

#bac55c Color Hex

#BAC55C
(186,197,92)
0 Favorites   0 Comments

Color spaces of #bac55c

RGB 18619792
HSL0.180.480.57
HSV66°53°77°
CMYK 0.060.000.53   0.23
XYZ42.147751.144317.7756
Yxy51.14430.37950.4605
Hunter Lab71.5152-19.952235.3237
CIE-Lab76.7663-18.571050.6341

#bac55c color RGB value is (186,197,92).

#bac55c hex color red value is 186, green value is 197 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bac55c hue: 0.18 , saturation: 0.48 and the lightness value of bac55c is 0.57.

The process color (four color CMYK) of #bac55c color hex is 0.06, 0.00, 0.53, 0.23. Web safe color of #bac55c is #cccc66. Color #bac55c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01011100
Octal 272 305 134
Decimal 186 197 92
Hex BA C5 5C

RGB Percentages of Color #bac55c

%39.16
%41.47
%19.37

CMYK Percentages of Color #bac55c

%6
%0
%53
%23

Triadic Colors of #bac55c

#bac55c #5cbac5 #c55cba

Analogous Colors of #bac55c

#bac55c #86c55c #c59c5c

Monochromatic Colors of #bac55c

#bac55c

Complementary Color

#bac55c #675cc5

#bac55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac55c Color CSS Codes

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

#bac55c Text Font Color

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

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


#bac55c Background Color

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

This div background color is #bac55c


#bac55c Border Color

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

This div border color is #bac55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac55c


Comments

No comments written yet.

Please login to write comment.