Color Hex Logo

#1ae77d Color Hex

#1AE77D
(26,231,125)
0 Favorites   0 Comments

Color spaces of #1ae77d

RGB 26231125
HSL0.410.810.50
HSV149°89°91°
CMYK 0.890.000.46   0.09
XYZ32.703658.852129.0380
Yxy58.85210.27120.4880
Hunter Lab76.7151-58.157031.2583
CIE-Lab81.2102-68.643338.8682

#1ae77d color RGB value is (26,231,125).

#1ae77d hex color red value is 26, green value is 231 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1ae77d hue: 0.41 , saturation: 0.81 and the lightness value of 1ae77d is 0.50.

The process color (four color CMYK) of #1ae77d color hex is 0.89, 0.00, 0.46, 0.09. Web safe color of #1ae77d is #33ff66. Color #1ae77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11100111 01111101
Octal 32 347 175
Decimal 26 231 125
Hex 1A E7 7D

RGB Percentages of Color #1ae77d

%6.81
%60.47
%32.72

CMYK Percentages of Color #1ae77d

%89
%0
%46
%9

Triadic Colors of #1ae77d

#1ae77d #7d1ae7 #e77d1a

Analogous Colors of #1ae77d

#1ae77d #1ae7e4 #1ee71a

Monochromatic Colors of #1ae77d

#1ae77d

Complementary Color

#1ae77d #e71a84

#1ae77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae77d Color CSS Codes

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

#1ae77d Text Font Color

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

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


#1ae77d Background Color

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

This div background color is #1ae77d


#1ae77d Border Color

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

This div border color is #1ae77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae77d


Comments

No comments written yet.

Please login to write comment.