color codes Logo

#a1e074 color codes

#A1E074
(161,224,116)
0 Favorites   0 Comments

Color spaces of #a1e074

RGB 161224116
HSL0.260.640.67
HSV95°48°88°
CMYK 0.280.000.48   0.12
XYZ44.506062.149326.1733
Yxy62.14930.33510.4679
Hunter Lab78.8348-37.189235.5000
CIE-Lab82.9928-38.426346.3223

#a1e074 color RGB value is (161,224,116).

#a1e074 hex color red value is 161, green value is 224 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a1e074 hue: 0.26 , saturation: 0.64 and the lightness value of a1e074 is 0.67.

The process color (four color CMYK) of #a1e074 color code is 0.28, 0.00, 0.48, 0.12. Web safe color of #a1e074 is #99cc66. Color #a1e074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100000 01110100
Octal 241 340 164
Decimal 161 224 116
Hex A1 E0 74

RGB Percentages of Color #a1e074

%32.14
%44.71
%23.15

CMYK Percentages of Color #a1e074

%28
%0
%48
%12

Triadic Colors of #a1e074

#a1e074 #74a1e0 #e074a1

Analogous Colors of #a1e074

#a1e074 #74e07d #d7e074

Monochromatic Colors of #a1e074

#a1e074

Complementary Color

#a1e074 #b374e0

#a1e074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e074 Color CSS Codes

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

#a1e074 Text Font Color

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

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


#a1e074 Background Color

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

This div background color is #a1e074


#a1e074 Border Color

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

This div border color is #a1e074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e074


Comments

No comments written yet.

Please login to write comment.