Color Hex Logo

#a1ef83 Color Hex

#A1EF83
(161,239,131)
0 Favorites   0 Comments

Color spaces of #a1ef83

RGB 161239131
HSL0.290.770.73
HSV103°45°94°
CMYK 0.330.000.45   0.06
XYZ49.661270.948832.5498
Yxy70.94880.32420.4632
Hunter Lab84.2311-42.163936.0501
CIE-Lab87.4601-43.235244.6504

#a1ef83 color RGB value is (161,239,131).

#a1ef83 hex color red value is 161, green value is 239 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #a1ef83 hue: 0.29 , saturation: 0.77 and the lightness value of a1ef83 is 0.73.

The process color (four color CMYK) of #a1ef83 color hex is 0.33, 0.00, 0.45, 0.06. Web safe color of #a1ef83 is #99ff99. Color #a1ef83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101111 10000011
Octal 241 357 203
Decimal 161 239 131
Hex A1 EF 83

RGB Percentages of Color #a1ef83

%30.32
%45.01
%24.67

CMYK Percentages of Color #a1ef83

%33
%0
%45
%6

Triadic Colors of #a1ef83

#a1ef83 #83a1ef #ef83a1

Analogous Colors of #a1ef83

#a1ef83 #83ef9b #d7ef83

Monochromatic Colors of #a1ef83

#a1ef83

Complementary Color

#a1ef83 #d183ef

#a1ef83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ef83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ef83 Color CSS Codes

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

#a1ef83 Text Font Color

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

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


#a1ef83 Background Color

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

This div background color is #a1ef83


#a1ef83 Border Color

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

This div border color is #a1ef83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ef83


Comments

No comments written yet.

Please login to write comment.