Color Hex Logo

#bac74e Color Hex

#BAC74E
(186,199,78)
0 Favorites   0 Comments

Color spaces of #bac74e

RGB 18619978
HSL0.180.520.54
HSV66°61°78°
CMYK 0.070.000.61   0.22
XYZ42.048351.836014.9969
Yxy51.83600.38620.4761
Hunter Lab71.9972-21.746438.0480
CIE-Lab77.1827-20.665557.3732

#bac74e color RGB value is (186,199,78).

#bac74e hex color red value is 186, green value is 199 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bac74e hue: 0.18 , saturation: 0.52 and the lightness value of bac74e is 0.54.

The process color (four color CMYK) of #bac74e color hex is 0.07, 0.00, 0.61, 0.22. Web safe color of #bac74e is #cccc66. Color #bac74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01001110
Octal 272 307 116
Decimal 186 199 78
Hex BA C7 4E

RGB Percentages of Color #bac74e

%40.17
%42.98
%16.85

CMYK Percentages of Color #bac74e

%7
%0
%61
%22

Triadic Colors of #bac74e

#bac74e #4ebac7 #c74eba

Analogous Colors of #bac74e

#bac74e #7ec74e #c7984e

Monochromatic Colors of #bac74e

#bac74e

Complementary Color

#bac74e #5b4ec7

#bac74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac74e Color CSS Codes

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

#bac74e Text Font Color

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

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


#bac74e Background Color

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

This div background color is #bac74e


#bac74e Border Color

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

This div border color is #bac74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac74e


Comments

No comments written yet.

Please login to write comment.