color codes Logo

#1ae40d color codes

#1AE40D
(26,228,13)
0 Favorites   0 Comments

Color spaces of #1ae40d

RGB 2622813
HSL0.320.890.47
HSV116°94°89°
CMYK 0.890.000.94   0.11
XYZ28.242155.73559.6503
Yxy55.73550.30160.5953
Hunter Lab74.6562-63.122644.5953
CIE-Lab79.4630-77.829975.4205

#1ae40d color RGB value is (26,228,13).

#1ae40d hex color red value is 26, green value is 228 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #1ae40d hue: 0.32 , saturation: 0.89 and the lightness value of 1ae40d is 0.47.

The process color (four color CMYK) of #1ae40d color code is 0.89, 0.00, 0.94, 0.11. Web safe color of #1ae40d is #33cc00. Color #1ae40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11100100 00001101
Octal 32 344 15
Decimal 26 228 13
Hex 1A E4 D

RGB Percentages of Color #1ae40d

%9.74
%85.39
%4.87

CMYK Percentages of Color #1ae40d

%89
%0
%94
%11

Triadic Colors of #1ae40d

#1ae40d #0d1ae4 #e40d1a

Analogous Colors of #1ae40d

#1ae40d #0de46c #86e40d

Monochromatic Colors of #1ae40d

#1ae40d

Complementary Color

#1ae40d #d70de4

#1ae40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae40d Color CSS Codes

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

#1ae40d Text Font Color

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

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


#1ae40d Background Color

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

This div background color is #1ae40d


#1ae40d Border Color

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

This div border color is #1ae40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae40d


Comments

No comments written yet.

Please login to write comment.