Color Hex Logo

#bae419 Color Hex

#BAE419
(186,228,25)
0 Favorites   0 Comments

Color spaces of #bae419

RGB 18622825
HSL0.200.800.50
HSV72°89°89°
CMYK 0.180.000.89   0.11
XYZ48.168665.996111.1195
Yxy65.99610.38450.5268
Hunter Lab81.2380-36.328148.7512
CIE-Lab84.9944-36.683080.6441

#bae419 color RGB value is (186,228,25).

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

The process color (four color CMYK) of #bae419 color hex is 0.18, 0.00, 0.89, 0.11. Web safe color of #bae419 is #cccc00. Color #bae419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00011001
Octal 272 344 31
Decimal 186 228 25
Hex BA E4 19

RGB Percentages of Color #bae419

%42.37
%51.94
%5.69

CMYK Percentages of Color #bae419

%18
%0
%89
%11

Triadic Colors of #bae419

#bae419 #19bae4 #e419ba

Analogous Colors of #bae419

#bae419 #55e419 #e4a919

Monochromatic Colors of #bae419

#bae419

Complementary Color

#bae419 #4319e4

#bae419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae419 Color CSS Codes

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

#bae419 Text Font Color

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

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


#bae419 Background Color

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

This div background color is #bae419


#bae419 Border Color

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

This div border color is #bae419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae419


Comments

No comments written yet.

Please login to write comment.