Color Hex Logo

#aeef82 Color Hex

#AEEF82
(174,239,130)
0 Favorites   0 Comments

Color spaces of #aeef82

RGB 174239130
HSL0.270.770.72
HSV96°46°94°
CMYK 0.270.000.46   0.06
XYZ52.351372.343432.3236
Yxy72.34340.33340.4607
Hunter Lab85.0549-38.979437.0063
CIE-Lab88.1336-38.994246.1221

#aeef82 color RGB value is (174,239,130).

#aeef82 hex color red value is 174, green value is 239 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aeef82 hue: 0.27 , saturation: 0.77 and the lightness value of aeef82 is 0.72.

The process color (four color CMYK) of #aeef82 color hex is 0.27, 0.00, 0.46, 0.06. Web safe color of #aeef82 is #99ff99. Color #aeef82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10000010
Octal 256 357 202
Decimal 174 239 130
Hex AE EF 82

RGB Percentages of Color #aeef82

%32.04
%44.01
%23.94

CMYK Percentages of Color #aeef82

%27
%0
%46
%6

Triadic Colors of #aeef82

#aeef82 #82aeef #ef82ae

Analogous Colors of #aeef82

#aeef82 #82ef8d #e5ef82

Monochromatic Colors of #aeef82

#aeef82

Complementary Color

#aeef82 #c382ef

#aeef82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef82 Color CSS Codes

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

#aeef82 Text Font Color

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

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


#aeef82 Background Color

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

This div background color is #aeef82


#aeef82 Border Color

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

This div border color is #aeef82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef82


Comments

No comments written yet.

Please login to write comment.