Color Hex Logo

#bac65b Color Hex

#BAC65B
(186,198,91)
0 Favorites   0 Comments

Color spaces of #bac65b

RGB 18619891
HSL0.190.480.57
HSV67°54°78°
CMYK 0.060.000.54   0.22
XYZ42.332151.582617.6228
Yxy51.58260.37950.4625
Hunter Lab71.8210-20.476935.7267
CIE-Lab77.0306-19.154751.4038

#bac65b color RGB value is (186,198,91).

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

The process color (four color CMYK) of #bac65b color hex is 0.06, 0.00, 0.54, 0.22. Web safe color of #bac65b is #cccc66. Color #bac65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01011011
Octal 272 306 133
Decimal 186 198 91
Hex BA C6 5B

RGB Percentages of Color #bac65b

%39.16
%41.68
%19.16

CMYK Percentages of Color #bac65b

%6
%0
%54
%22

Triadic Colors of #bac65b

#bac65b #5bbac6 #c65bba

Analogous Colors of #bac65b

#bac65b #85c65b #c69d5b

Monochromatic Colors of #bac65b

#bac65b

Complementary Color

#bac65b #675bc6

#bac65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac65b Color CSS Codes

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

#bac65b Text Font Color

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

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


#bac65b Background Color

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

This div background color is #bac65b


#bac65b Border Color

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

This div border color is #bac65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac65b


Comments

No comments written yet.

Please login to write comment.