Color Hex Logo

#bac580 Color Hex

#BAC580
(186,197,128)
0 Favorites   0 Comments

Color spaces of #bac580

RGB 186197128
HSL0.190.370.64
HSV70°35°77°
CMYK 0.060.000.35   0.23
XYZ44.112251.930128.1206
Yxy51.93010.35530.4182
Hunter Lab72.0625-16.842927.3073
CIE-Lab77.2390-14.774333.3915

#bac580 color RGB value is (186,197,128).

#bac580 hex color red value is 186, green value is 197 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bac580 hue: 0.19 , saturation: 0.37 and the lightness value of bac580 is 0.64.

The process color (four color CMYK) of #bac580 color hex is 0.06, 0.00, 0.35, 0.23. Web safe color of #bac580 is #cccc99. Color #bac580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10000000
Octal 272 305 200
Decimal 186 197 128
Hex BA C5 80

RGB Percentages of Color #bac580

%36.40
%38.55
%25.05

CMYK Percentages of Color #bac580

%6
%0
%35
%23

Triadic Colors of #bac580

#bac580 #80bac5 #c580ba

Analogous Colors of #bac580

#bac580 #98c580 #c5ae80

Monochromatic Colors of #bac580

#bac580

Complementary Color

#bac580 #8b80c5

#bac580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac580 Color CSS Codes

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

#bac580 Text Font Color

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

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


#bac580 Background Color

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

This div background color is #bac580


#bac580 Border Color

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

This div border color is #bac580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac580


Comments

No comments written yet.

Please login to write comment.