Color Hex Logo

#bacc5d Color Hex

#BACC5D
(186,204,93)
0 Favorites   0 Comments

Color spaces of #bacc5d

RGB 18620493
HSL0.190.520.58
HSV70°54°80°
CMYK 0.090.000.54   0.20
XYZ43.818354.415118.5496
Yxy54.41510.37520.4660
Hunter Lab73.7666-23.060236.7273
CIE-Lab78.7032-21.946952.4094

#bacc5d color RGB value is (186,204,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01011101
Octal 272 314 135
Decimal 186 204 93
Hex BA CC 5D

RGB Percentages of Color #bacc5d

%38.51
%42.24
%19.25

CMYK Percentages of Color #bacc5d

%9
%0
%54
%20

Triadic Colors of #bacc5d

#bacc5d #5dbacc #cc5dba

Analogous Colors of #bacc5d

#bacc5d #83cc5d #cca75d

Monochromatic Colors of #bacc5d

#bacc5d

Complementary Color

#bacc5d #6f5dcc

#bacc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc5d Color CSS Codes

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

#bacc5d Text Font Color

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

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


#bacc5d Background Color

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

This div background color is #bacc5d


#bacc5d Border Color

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

This div border color is #bacc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc5d


Comments

No comments written yet.

Please login to write comment.