Color Hex Logo

#bac599 Color Hex

#BAC599
(186,197,153)
0 Favorites   0 Comments

Color spaces of #bac599

RGB 186197153
HSL0.210.280.69
HSV75°22°77°
CMYK 0.060.000.22   0.23
XYZ45.965752.671537.8810
Yxy52.67150.33670.3858
Hunter Lab72.5751-13.952919.8558
CIE-Lab77.6806-11.330120.8541

#bac599 color RGB value is (186,197,153).

#bac599 hex color red value is 186, green value is 197 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bac599 hue: 0.21 , saturation: 0.28 and the lightness value of bac599 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10011001
Octal 272 305 231
Decimal 186 197 153
Hex BA C5 99

RGB Percentages of Color #bac599

%34.70
%36.75
%28.54

CMYK Percentages of Color #bac599

%6
%0
%22
%23

Triadic Colors of #bac599

#bac599 #99bac5 #c599ba

Analogous Colors of #bac599

#bac599 #a4c599 #c5ba99

Monochromatic Colors of #bac599

#bac599

Complementary Color

#bac599 #a499c5

#bac599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac599 Color CSS Codes

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

#bac599 Text Font Color

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

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


#bac599 Background Color

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

This div background color is #bac599


#bac599 Border Color

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

This div border color is #bac599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac599


Comments

No comments written yet.

Please login to write comment.