Color Hex Logo

#1ae59f Color Hex

#1AE59F
(26,229,159)
0 Favorites   0 Comments

Color spaces of #1ae59f

RGB 26229159
HSL0.440.800.50
HSV159°89°90°
CMYK 0.890.000.31   0.10
XYZ34.703358.761442.3139
Yxy58.76140.25560.4328
Hunter Lab76.6560-53.338420.9313
CIE-Lab81.1603-61.427521.5676

#1ae59f color RGB value is (26,229,159).

#1ae59f hex color red value is 26, green value is 229 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #1ae59f hue: 0.44 , saturation: 0.80 and the lightness value of 1ae59f is 0.50.

The process color (four color CMYK) of #1ae59f color hex is 0.89, 0.00, 0.31, 0.10. Web safe color of #1ae59f is #33cc99. Color #1ae59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11100101 10011111
Octal 32 345 237
Decimal 26 229 159
Hex 1A E5 9F

RGB Percentages of Color #1ae59f

%6.28
%55.31
%38.41

CMYK Percentages of Color #1ae59f

%89
%0
%31
%10

Triadic Colors of #1ae59f

#1ae59f #9f1ae5 #e59f1a

Analogous Colors of #1ae59f

#1ae59f #1ac6e5 #1ae53a

Monochromatic Colors of #1ae59f

#1ae59f

Complementary Color

#1ae59f #e51a60

#1ae59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae59f Color CSS Codes

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

#1ae59f Text Font Color

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

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


#1ae59f Background Color

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

This div background color is #1ae59f


#1ae59f Border Color

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

This div border color is #1ae59f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,229,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ae59f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ae59f;
  -webkit-box-shadow: 1px 1px 3px 2px #1ae59f;
  box-shadow:         1px 1px 3px 2px #1ae59f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,229,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae59f


Comments

No comments written yet.

Please login to write comment.