Color Hex Logo

#1aa58e Color Hex

#1AA58E
(26,165,142)
0 Favorites   0 Comments

Color spaces of #1aa58e

RGB 26165142
HSL0.470.730.37
HSV170°84°65°
CMYK 0.840.000.14   0.35
XYZ18.763629.082930.2158
Yxy29.08290.24040.3726
Hunter Lab53.9286-32.26874.5302
CIE-Lab60.8547-40.13432.0550

#1aa58e color RGB value is (26,165,142).

#1aa58e hex color red value is 26, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #1aa58e hue: 0.47 , saturation: 0.73 and the lightness value of 1aa58e is 0.37.

The process color (four color CMYK) of #1aa58e color hex is 0.84, 0.00, 0.14, 0.35. Web safe color of #1aa58e is #339999. Color #1aa58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10100101 10001110
Octal 32 245 216
Decimal 26 165 142
Hex 1A A5 8E

RGB Percentages of Color #1aa58e

%7.81
%49.55
%42.64

CMYK Percentages of Color #1aa58e

%84
%0
%14
%35

Triadic Colors of #1aa58e

#1aa58e #8e1aa5 #a58e1a

Analogous Colors of #1aa58e

#1aa58e #1a77a5 #1aa549

Monochromatic Colors of #1aa58e

#1aa58e

Complementary Color

#1aa58e #a51a31

#1aa58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aa58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aa58e Color CSS Codes

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

#1aa58e Text Font Color

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

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


#1aa58e Background Color

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

This div background color is #1aa58e


#1aa58e Border Color

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

This div border color is #1aa58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aa58e


Comments

No comments written yet.

Please login to write comment.