Color Hex Logo

#bac126 Color Hex

#BAC126
(186,193,38)
0 Favorites   0 Comments

Color spaces of #bac126

RGB 18619338
HSL0.170.670.45
HSV63°80°76°
CMYK 0.040.000.80   0.24
XYZ39.669548.71909.1466
Yxy48.71900.40670.4995
Hunter Lab69.7990-20.699741.0898
CIE-Lab75.2762-19.772269.7810

#bac126 color RGB value is (186,193,38).

#bac126 hex color red value is 186, green value is 193 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bac126 hue: 0.17 , saturation: 0.67 and the lightness value of bac126 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 00100110
Octal 272 301 46
Decimal 186 193 38
Hex BA C1 26

RGB Percentages of Color #bac126

%44.60
%46.28
%9.11

CMYK Percentages of Color #bac126

%4
%0
%80
%24

Triadic Colors of #bac126

#bac126 #26bac1 #c126ba

Analogous Colors of #bac126

#bac126 #6dc126 #c17b26

Monochromatic Colors of #bac126

#bac126

Complementary Color

#bac126 #2d26c1

#bac126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac126 Color CSS Codes

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

#bac126 Text Font Color

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

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


#bac126 Background Color

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

This div background color is #bac126


#bac126 Border Color

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

This div border color is #bac126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac126


Comments

No comments written yet.

Please login to write comment.