Color Hex Logo

#1ae873 Color Hex

#1AE873
(26,232,115)
0 Favorites   0 Comments

Color spaces of #1ae873

RGB 26232115
HSL0.410.820.51
HSV146°89°91°
CMYK 0.890.000.50   0.09
XYZ32.377159.170625.9343
Yxy59.17060.27560.5037
Hunter Lab76.9224-59.482633.8562
CIE-Lab81.3853-70.567743.9305

#1ae873 color RGB value is (26,232,115).

#1ae873 hex color red value is 26, green value is 232 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #1ae873 hue: 0.41 , saturation: 0.82 and the lightness value of 1ae873 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101000 01110011
Octal 32 350 163
Decimal 26 232 115
Hex 1A E8 73

RGB Percentages of Color #1ae873

%6.97
%62.20
%30.83

CMYK Percentages of Color #1ae873

%89
%0
%50
%9

Triadic Colors of #1ae873

#1ae873 #731ae8 #e8731a

Analogous Colors of #1ae873

#1ae873 #1ae8da #28e81a

Monochromatic Colors of #1ae873

#1ae873

Complementary Color

#1ae873 #e81a8f

#1ae873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae873 Color CSS Codes

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

#1ae873 Text Font Color

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

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


#1ae873 Background Color

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

This div background color is #1ae873


#1ae873 Border Color

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

This div border color is #1ae873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae873


Comments

No comments written yet.

Please login to write comment.