Color Hex Logo

#bae026 Color Hex

#BAE026
(186,224,38)
0 Favorites   0 Comments

Color spaces of #bae026

RGB 18622438
HSL0.200.750.51
HSV72°83°88°
CMYK 0.170.000.83   0.12
XYZ47.255263.890411.6752
Yxy63.89040.38470.5202
Hunter Lab79.9315-34.351547.2918
CIE-Lab83.9087-34.538877.2400

#bae026 color RGB value is (186,224,38).

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

The process color (four color CMYK) of #bae026 color hex is 0.17, 0.00, 0.83, 0.12. Web safe color of #bae026 is #cccc33. Color #bae026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00100110
Octal 272 340 46
Decimal 186 224 38
Hex BA E0 26

RGB Percentages of Color #bae026

%41.52
%50.00
%8.48

CMYK Percentages of Color #bae026

%17
%0
%83
%12

Triadic Colors of #bae026

#bae026 #26bae0 #e026ba

Analogous Colors of #bae026

#bae026 #5de026 #e0a926

Monochromatic Colors of #bae026

#bae026

Complementary Color

#bae026 #4c26e0

#bae026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae026 Color CSS Codes

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

#bae026 Text Font Color

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

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


#bae026 Background Color

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

This div background color is #bae026


#bae026 Border Color

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

This div border color is #bae026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae026


Comments

No comments written yet.

Please login to write comment.