Color Hex Logo

#bac161 Color Hex

#BAC161
(186,193,97)
0 Favorites   0 Comments

Color spaces of #bac161

RGB 18619397
HSL0.180.440.57
HSV64°50°76°
CMYK 0.040.000.50   0.24
XYZ41.477349.442118.6665
Yxy49.44210.37850.4512
Hunter Lab70.3151-17.758233.4809
CIE-Lab75.7255-16.117247.0432

#bac161 color RGB value is (186,193,97).

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

The process color (four color CMYK) of #bac161 color hex is 0.04, 0.00, 0.50, 0.24. Web safe color of #bac161 is #cccc66. Color #bac161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 01100001
Octal 272 301 141
Decimal 186 193 97
Hex BA C1 61

RGB Percentages of Color #bac161

%39.08
%40.55
%20.38

CMYK Percentages of Color #bac161

%4
%0
%50
%24

Triadic Colors of #bac161

#bac161 #61bac1 #c161ba

Analogous Colors of #bac161

#bac161 #8ac161 #c19861

Monochromatic Colors of #bac161

#bac161

Complementary Color

#bac161 #6861c1

#bac161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac161 Color CSS Codes

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

#bac161 Text Font Color

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

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


#bac161 Background Color

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

This div background color is #bac161


#bac161 Border Color

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

This div border color is #bac161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac161


Comments

No comments written yet.

Please login to write comment.