Color Hex Logo

#bac149 Color Hex

#BAC149
(186,193,73)
0 Favorites   0 Comments

Color spaces of #bac149

RGB 18619373
HSL0.180.490.52
HSV64°62°76°
CMYK 0.040.000.62   0.24
XYZ40.522349.060113.6371
Yxy49.06010.39260.4753
Hunter Lab70.0429-19.306537.4865
CIE-Lab75.4887-18.029657.6737

#bac149 color RGB value is (186,193,73).

#bac149 hex color red value is 186, green value is 193 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bac149 hue: 0.18 , saturation: 0.49 and the lightness value of bac149 is 0.52.

The process color (four color CMYK) of #bac149 color hex is 0.04, 0.00, 0.62, 0.24. Web safe color of #bac149 is #cccc33. Color #bac149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 01001001
Octal 272 301 111
Decimal 186 193 73
Hex BA C1 49

RGB Percentages of Color #bac149

%41.15
%42.70
%16.15

CMYK Percentages of Color #bac149

%4
%0
%62
%24

Triadic Colors of #bac149

#bac149 #49bac1 #c149ba

Analogous Colors of #bac149

#bac149 #7ec149 #c18c49

Monochromatic Colors of #bac149

#bac149

Complementary Color

#bac149 #5049c1

#bac149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac149 Color CSS Codes

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

#bac149 Text Font Color

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

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


#bac149 Background Color

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

This div background color is #bac149


#bac149 Border Color

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

This div border color is #bac149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac149


Comments

No comments written yet.

Please login to write comment.