Color Hex Logo

#bacc4e Color Hex

#BACC4E
(186,204,78)
0 Favorites   0 Comments

Color spaces of #bacc4e

RGB 18620478
HSL0.190.550.55
HSV69°62°80°
CMYK 0.090.000.62   0.20
XYZ43.217754.174915.3867
Yxy54.17490.38320.4804
Hunter Lab73.6036-23.996839.1281
CIE-Lab78.5636-23.118258.8669

#bacc4e color RGB value is (186,204,78).

#bacc4e hex color red value is 186, green value is 204 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bacc4e hue: 0.19 , saturation: 0.55 and the lightness value of bacc4e is 0.55.

The process color (four color CMYK) of #bacc4e color hex is 0.09, 0.00, 0.62, 0.20. Web safe color of #bacc4e is #cccc66. Color #bacc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01001110
Octal 272 314 116
Decimal 186 204 78
Hex BA CC 4E

RGB Percentages of Color #bacc4e

%39.74
%43.59
%16.67

CMYK Percentages of Color #bacc4e

%9
%0
%62
%20

Triadic Colors of #bacc4e

#bacc4e #4ebacc #cc4eba

Analogous Colors of #bacc4e

#bacc4e #7bcc4e #cc9f4e

Monochromatic Colors of #bacc4e

#bacc4e

Complementary Color

#bacc4e #604ecc

#bacc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc4e Color CSS Codes

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

#bacc4e Text Font Color

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

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


#bacc4e Background Color

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

This div background color is #bacc4e


#bacc4e Border Color

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

This div border color is #bacc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc4e


Comments

No comments written yet.

Please login to write comment.