Color Hex Logo

#bac57b Color Hex

#BAC57B
(186,197,123)
0 Favorites   0 Comments

Color spaces of #bac57b

RGB 186197123
HSL0.190.390.63
HSV69°38°77°
CMYK 0.060.000.38   0.23
XYZ43.791151.801726.4296
Yxy51.80170.35890.4245
Hunter Lab71.9734-17.347928.6093
CIE-Lab77.1621-15.384435.8649

#bac57b color RGB value is (186,197,123).

#bac57b hex color red value is 186, green value is 197 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bac57b hue: 0.19 , saturation: 0.39 and the lightness value of bac57b is 0.63.

The process color (four color CMYK) of #bac57b color hex is 0.06, 0.00, 0.38, 0.23. Web safe color of #bac57b is #cccc66. Color #bac57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01111011
Octal 272 305 173
Decimal 186 197 123
Hex BA C5 7B

RGB Percentages of Color #bac57b

%36.76
%38.93
%24.31

CMYK Percentages of Color #bac57b

%6
%0
%38
%23

Triadic Colors of #bac57b

#bac57b #7bbac5 #c57bba

Analogous Colors of #bac57b

#bac57b #95c57b #c5ab7b

Monochromatic Colors of #bac57b

#bac57b

Complementary Color

#bac57b #867bc5

#bac57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac57b Color CSS Codes

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

#bac57b Text Font Color

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

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


#bac57b Background Color

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

This div background color is #bac57b


#bac57b Border Color

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

This div border color is #bac57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac57b


Comments

No comments written yet.

Please login to write comment.