Color Hex Logo

#1ae214 Color Hex

#1AE214
(26,226,20)
0 Favorites   0 Comments

Color spaces of #1ae214

RGB 2622620
HSL0.330.840.48
HSV118°91°89°
CMYK 0.880.000.91   0.11
XYZ27.748654.66289.7503
Yxy54.66280.30110.5931
Hunter Lab73.9343-62.391443.9350
CIE-Lab78.8466-77.127874.0508

#1ae214 color RGB value is (26,226,20).

#1ae214 hex color red value is 26, green value is 226 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #1ae214 hue: 0.33 , saturation: 0.84 and the lightness value of 1ae214 is 0.48.

The process color (four color CMYK) of #1ae214 color hex is 0.88, 0.00, 0.91, 0.11. Web safe color of #1ae214 is #33cc00. Color #1ae214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11100010 00010100
Octal 32 342 24
Decimal 26 226 20
Hex 1A E2 14

RGB Percentages of Color #1ae214

%9.56
%83.09
%7.35

CMYK Percentages of Color #1ae214

%88
%0
%91
%11

Triadic Colors of #1ae214

#1ae214 #141ae2 #e2141a

Analogous Colors of #1ae214

#1ae214 #14e275 #81e214

Monochromatic Colors of #1ae214

#1ae214

Complementary Color

#1ae214 #dc14e2

#1ae214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ae214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ae214 Color CSS Codes

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

#1ae214 Text Font Color

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

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


#1ae214 Background Color

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

This div background color is #1ae214


#1ae214 Border Color

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

This div border color is #1ae214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ae214


Comments

No comments written yet.

Please login to write comment.