Color Hex Logo

#bac595 Color Hex

#BAC595
(186,197,149)
0 Favorites   0 Comments

Color spaces of #bac595

RGB 186197149
HSL0.200.290.68
HSV74°24°77°
CMYK 0.060.000.24   0.23
XYZ45.640852.541536.1698
Yxy52.54150.33970.3911
Hunter Lab72.4855-14.456421.1545
CIE-Lab77.6035-11.924522.8719

#bac595 color RGB value is (186,197,149).

#bac595 hex color red value is 186, green value is 197 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bac595 hue: 0.20 , saturation: 0.29 and the lightness value of bac595 is 0.68.

The process color (four color CMYK) of #bac595 color hex is 0.06, 0.00, 0.24, 0.23. Web safe color of #bac595 is #cccc99. Color #bac595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10010101
Octal 272 305 225
Decimal 186 197 149
Hex BA C5 95

RGB Percentages of Color #bac595

%34.96
%37.03
%28.01

CMYK Percentages of Color #bac595

%6
%0
%24
%23

Triadic Colors of #bac595

#bac595 #95bac5 #c595ba

Analogous Colors of #bac595

#bac595 #a2c595 #c5b895

Monochromatic Colors of #bac595

#bac595

Complementary Color

#bac595 #a095c5

#bac595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac595 Color CSS Codes

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

#bac595 Text Font Color

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

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


#bac595 Background Color

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

This div background color is #bac595


#bac595 Border Color

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

This div border color is #bac595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac595


Comments

No comments written yet.

Please login to write comment.