Color Hex Logo

#bace2a Color Hex

#BACE2A
(186,206,42)
0 Favorites   0 Comments

Color spaces of #bace2a

RGB 18620642
HSL0.190.660.49
HSV67°80°81°
CMYK 0.100.000.80   0.19
XYZ42.738954.748910.5055
Yxy54.74890.39580.5070
Hunter Lab73.9925-26.383343.3767
CIE-Lab78.8964-25.977971.8836

#bace2a color RGB value is (186,206,42).

#bace2a hex color red value is 186, green value is 206 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bace2a hue: 0.19 , saturation: 0.66 and the lightness value of bace2a is 0.49.

The process color (four color CMYK) of #bace2a color hex is 0.10, 0.00, 0.80, 0.19. Web safe color of #bace2a is #cccc33. Color #bace2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 00101010
Octal 272 316 52
Decimal 186 206 42
Hex BA CE 2A

RGB Percentages of Color #bace2a

%42.86
%47.47
%9.68

CMYK Percentages of Color #bace2a

%10
%0
%80
%19

Triadic Colors of #bace2a

#bace2a #2abace #ce2aba

Analogous Colors of #bace2a

#bace2a #68ce2a #ce902a

Monochromatic Colors of #bace2a

#bace2a

Complementary Color

#bace2a #3e2ace

#bace2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace2a Color CSS Codes

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

#bace2a Text Font Color

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

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


#bace2a Background Color

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

This div background color is #bace2a


#bace2a Border Color

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

This div border color is #bace2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace2a


Comments

No comments written yet.

Please login to write comment.