Color Hex Logo

#bacd5c Color Hex

#BACD5C
(186,205,92)
0 Favorites   0 Comments

Color spaces of #bacd5c

RGB 18620592
HSL0.190.530.58
HSV70°55°80°
CMYK 0.090.000.55   0.20
XYZ44.012854.874518.3973
Yxy54.87450.37530.4679
Hunter Lab74.0773-23.580137.1293
CIE-Lab78.9689-22.521753.1719

#bacd5c color RGB value is (186,205,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001101 01011100
Octal 272 315 134
Decimal 186 205 92
Hex BA CD 5C

RGB Percentages of Color #bacd5c

%38.51
%42.44
%19.05

CMYK Percentages of Color #bacd5c

%9
%0
%55
%20

Triadic Colors of #bacd5c

#bacd5c #5cbacd #cd5cba

Analogous Colors of #bacd5c

#bacd5c #82cd5c #cda85c

Monochromatic Colors of #bacd5c

#bacd5c

Complementary Color

#bacd5c #6f5ccd

#bacd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacd5c Color CSS Codes

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

#bacd5c Text Font Color

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

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


#bacd5c Background Color

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

This div background color is #bacd5c


#bacd5c Border Color

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

This div border color is #bacd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacd5c


Comments

No comments written yet.

Please login to write comment.