Color Hex Logo

#1ae35f Color Hex

#1AE35F
(26,227,95)
0 Favorites   0 Comments

Color spaces of #1ae35f

RGB 2622795
HSL0.390.790.50
HSV141°89°89°
CMYK 0.890.000.58   0.11
XYZ29.960655.984020.0534
Yxy55.98400.28270.5282
Hunter Lab74.8225-59.463936.4852
CIE-Lab79.6047-71.805951.0452

#1ae35f color RGB value is (26,227,95).

#1ae35f hex color red value is 26, green value is 227 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #1ae35f hue: 0.39 , saturation: 0.79 and the lightness value of 1ae35f is 0.50.

The process color (four color CMYK) of #1ae35f color hex is 0.89, 0.00, 0.58, 0.11. Web safe color of #1ae35f is #33cc66. Color #1ae35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11100011 01011111
Octal 32 343 137
Decimal 26 227 95
Hex 1A E3 5F

RGB Percentages of Color #1ae35f

%7.47
%65.23
%27.30

CMYK Percentages of Color #1ae35f

%89
%0
%58
%11

Triadic Colors of #1ae35f

#1ae35f #5f1ae3 #e35f1a

Analogous Colors of #1ae35f

#1ae35f #1ae3c4 #39e31a

Monochromatic Colors of #1ae35f

#1ae35f

Complementary Color

#1ae35f #e31a9e

#1ae35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae35f Color CSS Codes

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

#1ae35f Text Font Color

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

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


#1ae35f Background Color

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

This div background color is #1ae35f


#1ae35f Border Color

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

This div border color is #1ae35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae35f


Comments

No comments written yet.

Please login to write comment.