Color Hex Logo

#bac35b Color Hex

#BAC35B
(186,195,91)
0 Favorites   0 Comments

Color spaces of #bac35b

RGB 18619591
HSL0.180.460.56
HSV65°53°76°
CMYK 0.050.000.53   0.24
XYZ41.653150.224617.3965
Yxy50.22460.38120.4596
Hunter Lab70.8693-19.108835.0544
CIE-Lab76.2069-17.657050.4522

#bac35b color RGB value is (186,195,91).

#bac35b hex color red value is 186, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bac35b hue: 0.18 , saturation: 0.46 and the lightness value of bac35b is 0.56.

The process color (four color CMYK) of #bac35b color hex is 0.05, 0.00, 0.53, 0.24. Web safe color of #bac35b is #cccc66. Color #bac35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 01011011
Octal 272 303 133
Decimal 186 195 91
Hex BA C3 5B

RGB Percentages of Color #bac35b

%39.41
%41.31
%19.28

CMYK Percentages of Color #bac35b

%5
%0
%53
%24

Triadic Colors of #bac35b

#bac35b #5bbac3 #c35bba

Analogous Colors of #bac35b

#bac35b #86c35b #c3985b

Monochromatic Colors of #bac35b

#bac35b

Complementary Color

#bac35b #645bc3

#bac35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac35b Color CSS Codes

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

#bac35b Text Font Color

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

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


#bac35b Background Color

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

This div background color is #bac35b


#bac35b Border Color

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

This div border color is #bac35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac35b


Comments

No comments written yet.

Please login to write comment.