Color Hex Logo

#bacc5c Color Hex

#BACC5C
(186,204,92)
0 Favorites   0 Comments

Color spaces of #bacc5c

RGB 18620492
HSL0.190.520.58
HSV70°55°80°
CMYK 0.090.000.55   0.20
XYZ43.774354.397518.3178
Yxy54.39750.37580.4670
Hunter Lab73.7547-23.128736.9029
CIE-Lab78.6929-22.032252.8556

#bacc5c color RGB value is (186,204,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01011100
Octal 272 314 134
Decimal 186 204 92
Hex BA CC 5C

RGB Percentages of Color #bacc5c

%38.59
%42.32
%19.09

CMYK Percentages of Color #bacc5c

%9
%0
%55
%20

Triadic Colors of #bacc5c

#bacc5c #5cbacc #cc5cba

Analogous Colors of #bacc5c

#bacc5c #82cc5c #cca65c

Monochromatic Colors of #bacc5c

#bacc5c

Complementary Color

#bacc5c #6e5ccc

#bacc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc5c Color CSS Codes

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

#bacc5c Text Font Color

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

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


#bacc5c Background Color

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

This div background color is #bacc5c


#bacc5c Border Color

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

This div border color is #bacc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc5c


Comments

No comments written yet.

Please login to write comment.