Color Hex Logo

#bac495 Color Hex

#BAC495
(186,196,149)
1 Favorites   0 Comments

Color spaces of #bac495

RGB 186196149
HSL0.200.280.68
HSV73°24°77°
CMYK 0.050.000.24   0.23
XYZ45.414452.088936.0943
Yxy52.08890.33990.3899
Hunter Lab72.1726-13.981620.8693
CIE-Lab77.3340-11.411122.5036

#bac495 color RGB value is (186,196,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 10010101
Octal 272 304 225
Decimal 186 196 149
Hex BA C4 95

RGB Percentages of Color #bac495

%35.03
%36.91
%28.06

CMYK Percentages of Color #bac495

%5
%0
%24
%23

Triadic Colors of #bac495

#bac495 #95bac4 #c495ba

Analogous Colors of #bac495

#bac495 #a3c495 #c4b795

Monochromatic Colors of #bac495

#bac495

Complementary Color

#bac495 #9f95c4

#bac495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac495 Color CSS Codes

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

#bac495 Text Font Color

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

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


#bac495 Background Color

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

This div background color is #bac495


#bac495 Border Color

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

This div border color is #bac495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac495


Comments

No comments written yet.

Please login to write comment.