Color Hex Logo

#bac95b Color Hex

#BAC95B
(186,201,91)
0 Favorites   0 Comments

Color spaces of #bac95b

RGB 18620191
HSL0.190.500.57
HSV68°55°79°
CMYK 0.070.000.55   0.21
XYZ43.024752.967717.8537
Yxy52.96770.37790.4653
Hunter Lab72.7789-21.839336.4006
CIE-Lab77.8559-20.641152.3528

#bac95b color RGB value is (186,201,91).

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

The process color (four color CMYK) of #bac95b color hex is 0.07, 0.00, 0.55, 0.21. Web safe color of #bac95b is #cccc66. Color #bac95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 01011011
Octal 272 311 133
Decimal 186 201 91
Hex BA C9 5B

RGB Percentages of Color #bac95b

%38.91
%42.05
%19.04

CMYK Percentages of Color #bac95b

%7
%0
%55
%21

Triadic Colors of #bac95b

#bac95b #5bbac9 #c95bba

Analogous Colors of #bac95b

#bac95b #83c95b #c9a15b

Monochromatic Colors of #bac95b

#bac95b

Complementary Color

#bac95b #6a5bc9

#bac95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac95b Color CSS Codes

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

#bac95b Text Font Color

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

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


#bac95b Background Color

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

This div background color is #bac95b


#bac95b Border Color

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

This div border color is #bac95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac95b


Comments

No comments written yet.

Please login to write comment.