Color Hex Logo

#bae718 Color Hex

#BAE718
(186,231,24)
0 Favorites   0 Comments

Color spaces of #bae718

RGB 18623124
HSL0.200.810.50
HSV73°90°91°
CMYK 0.190.000.90   0.09
XYZ48.990567.656911.3412
Yxy67.65690.38280.5286
Hunter Lab82.2538-37.629349.4027
CIE-Lab85.8346-38.049881.4754

#bae718 color RGB value is (186,231,24).

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

The process color (four color CMYK) of #bae718 color hex is 0.19, 0.00, 0.90, 0.09. Web safe color of #bae718 is #ccff00. Color #bae718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 00011000
Octal 272 347 30
Decimal 186 231 24
Hex BA E7 18

RGB Percentages of Color #bae718

%42.18
%52.38
%5.44

CMYK Percentages of Color #bae718

%19
%0
%90
%9

Triadic Colors of #bae718

#bae718 #18bae7 #e718ba

Analogous Colors of #bae718

#bae718 #52e718 #e7ad18

Monochromatic Colors of #bae718

#bae718

Complementary Color

#bae718 #4518e7

#bae718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae718 Color CSS Codes

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

#bae718 Text Font Color

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

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


#bae718 Background Color

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

This div background color is #bae718


#bae718 Border Color

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

This div border color is #bae718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae718


Comments

No comments written yet.

Please login to write comment.