Color Hex Logo

#bac97a Color Hex

#BAC97A
(186,201,122)
0 Favorites   0 Comments

Color spaces of #bac97a

RGB 186201122
HSL0.200.420.63
HSV71°39°79°
CMYK 0.070.000.39   0.21
XYZ44.649253.617526.4083
Yxy53.61750.35810.4301
Hunter Lab73.2240-19.299429.8738
CIE-Lab78.2382-17.516437.7537

#bac97a color RGB value is (186,201,122).

#bac97a hex color red value is 186, green value is 201 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bac97a hue: 0.20 , saturation: 0.42 and the lightness value of bac97a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 01111010
Octal 272 311 172
Decimal 186 201 122
Hex BA C9 7A

RGB Percentages of Color #bac97a

%36.54
%39.49
%23.97

CMYK Percentages of Color #bac97a

%7
%0
%39
%21

Triadic Colors of #bac97a

#bac97a #7abac9 #c97aba

Analogous Colors of #bac97a

#bac97a #93c97a #c9b17a

Monochromatic Colors of #bac97a

#bac97a

Complementary Color

#bac97a #897ac9

#bac97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac97a Color CSS Codes

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

#bac97a Text Font Color

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

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


#bac97a Background Color

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

This div background color is #bac97a


#bac97a Border Color

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

This div border color is #bac97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac97a


Comments

No comments written yet.

Please login to write comment.