Color Hex Logo

#a1e458 Color Hex

#A1E458
(161,228,88)
0 Favorites   0 Comments

Color spaces of #a1e458

RGB 16122888
HSL0.250.720.62
HSV89°61°89°
CMYK 0.290.000.61   0.11
XYZ44.202863.768519.2113
Yxy63.76850.34760.5014
Hunter Lab79.8552-40.940241.6348
CIE-Lab83.8451-42.983959.9718

#a1e458 color RGB value is (161,228,88).

#a1e458 hex color red value is 161, green value is 228 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a1e458 hue: 0.25 , saturation: 0.72 and the lightness value of a1e458 is 0.62.

The process color (four color CMYK) of #a1e458 color hex is 0.29, 0.00, 0.61, 0.11. Web safe color of #a1e458 is #99cc66. Color #a1e458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100100 01011000
Octal 241 344 130
Decimal 161 228 88
Hex A1 E4 58

RGB Percentages of Color #a1e458

%33.75
%47.80
%18.45

CMYK Percentages of Color #a1e458

%29
%0
%61
%11

Triadic Colors of #a1e458

#a1e458 #58a1e4 #e458a1

Analogous Colors of #a1e458

#a1e458 #5be458 #e4e158

Monochromatic Colors of #a1e458

#a1e458

Complementary Color

#a1e458 #9b58e4

#a1e458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e458 Color CSS Codes

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

#a1e458 Text Font Color

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

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


#a1e458 Background Color

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

This div background color is #a1e458


#a1e458 Border Color

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

This div border color is #a1e458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e458


Comments

No comments written yet.

Please login to write comment.