Color Hex Logo

#bae018 Color Hex

#BAE018
(186,224,24)
0 Favorites   0 Comments

Color spaces of #bae018

RGB 18622424
HSL0.200.810.49
HSV71°89°88°
CMYK 0.170.000.89   0.12
XYZ47.070263.816410.7011
Yxy63.81640.38710.5249
Hunter Lab79.8852-34.622747.9774
CIE-Lab83.8701-34.890179.8931

#bae018 color RGB value is (186,224,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00011000
Octal 272 340 30
Decimal 186 224 24
Hex BA E0 18

RGB Percentages of Color #bae018

%42.86
%51.61
%5.53

CMYK Percentages of Color #bae018

%17
%0
%89
%12

Triadic Colors of #bae018

#bae018 #18bae0 #e018ba

Analogous Colors of #bae018

#bae018 #56e018 #e0a218

Monochromatic Colors of #bae018

#bae018

Complementary Color

#bae018 #3e18e0

#bae018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae018 Color CSS Codes

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

#bae018 Text Font Color

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

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


#bae018 Background Color

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

This div background color is #bae018


#bae018 Border Color

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

This div border color is #bae018


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,224,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 #bae018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae018


Comments

No comments written yet.

Please login to write comment.