Color Hex Logo

#bae118 Color Hex

#BAE118
(186,225,24)
0 Favorites   0 Comments

Color spaces of #bae118

RGB 18622524
HSL0.200.810.49
HSV72°89°88°
CMYK 0.170.000.89   0.12
XYZ47.339864.355510.7909
Yxy64.35550.38650.5254
Hunter Lab80.2219-35.053548.1800
CIE-Lab84.1505-35.345080.1192

#bae118 color RGB value is (186,225,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00011000
Octal 272 341 30
Decimal 186 225 24
Hex BA E1 18

RGB Percentages of Color #bae118

%42.76
%51.72
%5.52

CMYK Percentages of Color #bae118

%17
%0
%89
%12

Triadic Colors of #bae118

#bae118 #18bae1 #e118ba

Analogous Colors of #bae118

#bae118 #56e118 #e1a418

Monochromatic Colors of #bae118

#bae118

Complementary Color

#bae118 #3f18e1

#bae118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae118 Color CSS Codes

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

#bae118 Text Font Color

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

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


#bae118 Background Color

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

This div background color is #bae118


#bae118 Border Color

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

This div border color is #bae118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae118


Comments

No comments written yet.

Please login to write comment.