Color Hex Logo

#bac585 Color Hex

#BAC585
(186,197,133)
0 Favorites   0 Comments

Color spaces of #bac585

RGB 186197133
HSL0.200.360.65
HSV70°32°77°
CMYK 0.060.000.32   0.23
XYZ44.449652.065129.8971
Yxy52.06510.35160.4119
Hunter Lab72.1562-16.313825.9432
CIE-Lab77.3197-14.137830.9032

#bac585 color RGB value is (186,197,133).

#bac585 hex color red value is 186, green value is 197 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bac585 hue: 0.20 , saturation: 0.36 and the lightness value of bac585 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10000101
Octal 272 305 205
Decimal 186 197 133
Hex BA C5 85

RGB Percentages of Color #bac585

%36.05
%38.18
%25.78

CMYK Percentages of Color #bac585

%6
%0
%32
%23

Triadic Colors of #bac585

#bac585 #85bac5 #c585ba

Analogous Colors of #bac585

#bac585 #9ac585 #c5b085

Monochromatic Colors of #bac585

#bac585

Complementary Color

#bac585 #9085c5

#bac585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac585 Color CSS Codes

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

#bac585 Text Font Color

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

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


#bac585 Background Color

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

This div background color is #bac585


#bac585 Border Color

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

This div border color is #bac585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac585


Comments

No comments written yet.

Please login to write comment.