Color Hex Logo

#6ae026 Color Hex

#6AE026
(106,224,38)
0 Favorites   0 Comments

Color spaces of #6ae026

RGB 10622438
HSL0.270.750.51
HSV98°83°88°
CMYK 0.530.000.83   0.12
XYZ32.949456.515411.0057
Yxy56.51540.32800.5625
Hunter Lab75.1767-53.324043.9438
CIE-Lab79.9063-62.147172.1914

#6ae026 color RGB value is (106,224,38).

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

The process color (four color CMYK) of #6ae026 color hex is 0.53, 0.00, 0.83, 0.12. Web safe color of #6ae026 is #66cc33. Color #6ae026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 00100110
Octal 152 340 46
Decimal 106 224 38
Hex 6A E0 26

RGB Percentages of Color #6ae026

%28.80
%60.87
%10.33

CMYK Percentages of Color #6ae026

%53
%0
%83
%12

Triadic Colors of #6ae026

#6ae026 #266ae0 #e0266a

Analogous Colors of #6ae026

#6ae026 #26e03f #c7e026

Monochromatic Colors of #6ae026

#6ae026

Complementary Color

#6ae026 #9c26e0

#6ae026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae026 Color CSS Codes

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

#6ae026 Text Font Color

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

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


#6ae026 Background Color

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

This div background color is #6ae026


#6ae026 Border Color

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

This div border color is #6ae026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae026


Comments

No comments written yet.

Please login to write comment.