Color Hex Logo

#1aed2f Color Hex

#1AED2F
(26,237,47)
0 Favorites   0 Comments

Color spaces of #1aed2f

RGB 2623747
HSL0.350.850.52
HSV126°89°93°
CMYK 0.890.000.80   0.07
XYZ31.223360.993212.8166
Yxy60.99320.29730.5807
Hunter Lab78.0981-65.308244.9387
CIE-Lab82.3751-79.032471.5953

#1aed2f color RGB value is (26,237,47).

#1aed2f hex color red value is 26, green value is 237 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1aed2f hue: 0.35 , saturation: 0.85 and the lightness value of 1aed2f is 0.52.

The process color (four color CMYK) of #1aed2f color hex is 0.89, 0.00, 0.80, 0.07. Web safe color of #1aed2f is #33ff33. Color #1aed2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 00101111
Octal 32 355 57
Decimal 26 237 47
Hex 1A ED 2F

RGB Percentages of Color #1aed2f

%8.39
%76.45
%15.16

CMYK Percentages of Color #1aed2f

%89
%0
%80
%7

Triadic Colors of #1aed2f

#1aed2f #2f1aed #ed2f1a

Analogous Colors of #1aed2f

#1aed2f #1aed99 #6fed1a

Monochromatic Colors of #1aed2f

#1aed2f

Complementary Color

#1aed2f #ed1ad8

#1aed2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aed2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aed2f Color CSS Codes

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

#1aed2f Text Font Color

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

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


#1aed2f Background Color

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

This div background color is #1aed2f


#1aed2f Border Color

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

This div border color is #1aed2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aed2f


Comments

No comments written yet.

Please login to write comment.