Color Hex Logo

#bac594 Color Hex

#BAC594
(186,197,148)
0 Favorites   0 Comments

Color spaces of #bac594

RGB 186197148
HSL0.200.300.68
HSV73°25°77°
CMYK 0.060.000.25   0.23
XYZ45.561252.509735.7510
Yxy52.50970.34050.3924
Hunter Lab72.4636-14.580121.4729
CIE-Lab77.5846-12.070823.3760

#bac594 color RGB value is (186,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10010100
Octal 272 305 224
Decimal 186 197 148
Hex BA C5 94

RGB Percentages of Color #bac594

%35.03
%37.10
%27.87

CMYK Percentages of Color #bac594

%6
%0
%25
%23

Triadic Colors of #bac594

#bac594 #94bac5 #c594ba

Analogous Colors of #bac594

#bac594 #a2c594 #c5b894

Monochromatic Colors of #bac594

#bac594

Complementary Color

#bac594 #9f94c5

#bac594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac594 Color CSS Codes

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

#bac594 Text Font Color

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

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


#bac594 Background Color

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

This div background color is #bac594


#bac594 Border Color

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

This div border color is #bac594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac594


Comments

No comments written yet.

Please login to write comment.