Color Hex Logo

#bac259 Color Hex

#BAC259
(186,194,89)
0 Favorites   0 Comments

Color spaces of #bac259

RGB 18619489
HSL0.180.460.55
HSV65°54°76°
CMYK 0.040.000.54   0.24
XYZ41.344749.743916.8736
Yxy49.74390.38300.4608
Hunter Lab70.5294-18.788735.1859
CIE-Lab75.9118-17.324651.0418

#bac259 color RGB value is (186,194,89).

#bac259 hex color red value is 186, green value is 194 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bac259 hue: 0.18 , saturation: 0.46 and the lightness value of bac259 is 0.55.

The process color (four color CMYK) of #bac259 color hex is 0.04, 0.00, 0.54, 0.24. Web safe color of #bac259 is #cccc66. Color #bac259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000010 01011001
Octal 272 302 131
Decimal 186 194 89
Hex BA C2 59

RGB Percentages of Color #bac259

%39.66
%41.36
%18.98

CMYK Percentages of Color #bac259

%4
%0
%54
%24

Triadic Colors of #bac259

#bac259 #59bac2 #c259ba

Analogous Colors of #bac259

#bac259 #86c259 #c29659

Monochromatic Colors of #bac259

#bac259

Complementary Color

#bac259 #6159c2

#bac259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac259 Color CSS Codes

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

#bac259 Text Font Color

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

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


#bac259 Background Color

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

This div background color is #bac259


#bac259 Border Color

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

This div border color is #bac259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac259


Comments

No comments written yet.

Please login to write comment.