Color Hex Logo

#bae116 Color Hex

#BAE116
(186,225,22)
0 Favorites   0 Comments

Color spaces of #bae116

RGB 18622522
HSL0.200.820.48
HSV72°90°88°
CMYK 0.170.000.90   0.12
XYZ47.319764.347510.6853
Yxy64.34750.38670.5259
Hunter Lab80.2169-35.083048.2541
CIE-Lab84.1464-35.383280.4149

#bae116 color RGB value is (186,225,22).

#bae116 hex color red value is 186, green value is 225 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bae116 hue: 0.20 , saturation: 0.82 and the lightness value of bae116 is 0.48.

The process color (four color CMYK) of #bae116 color hex is 0.17, 0.00, 0.90, 0.12. Web safe color of #bae116 is #cccc00. Color #bae116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00010110
Octal 272 341 26
Decimal 186 225 22
Hex BA E1 16

RGB Percentages of Color #bae116

%42.96
%51.96
%5.08

CMYK Percentages of Color #bae116

%17
%0
%90
%12

Triadic Colors of #bae116

#bae116 #16bae1 #e116ba

Analogous Colors of #bae116

#bae116 #55e116 #e1a316

Monochromatic Colors of #bae116

#bae116

Complementary Color

#bae116 #3d16e1

#bae116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae116 Color CSS Codes

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

#bae116 Text Font Color

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

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


#bae116 Background Color

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

This div background color is #bae116


#bae116 Border Color

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

This div border color is #bae116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae116


Comments

No comments written yet.

Please login to write comment.