Color Hex Logo

#aefa82 Color Hex

#AEFA82
(174,250,130)
0 Favorites   0 Comments

Color spaces of #aefa82

RGB 174250130
HSL0.270.920.75
HSV98°48°98°
CMYK 0.300.000.48   0.02
XYZ55.670478.981633.4299
Yxy78.98160.33120.4699
Hunter Lab88.8716-43.710439.9076
CIE-Lab91.2260-43.838449.9486

#aefa82 color RGB value is (174,250,130).

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

The process color (four color CMYK) of #aefa82 color hex is 0.30, 0.00, 0.48, 0.02. Web safe color of #aefa82 is #99ff99. Color #aefa82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10000010
Octal 256 372 202
Decimal 174 250 130
Hex AE FA 82

RGB Percentages of Color #aefa82

%31.41
%45.13
%23.47

CMYK Percentages of Color #aefa82

%30
%0
%48
%2

Triadic Colors of #aefa82

#aefa82 #82aefa #fa82ae

Analogous Colors of #aefa82

#aefa82 #82fa92 #eafa82

Monochromatic Colors of #aefa82

#aefa82

Complementary Color

#aefa82 #ce82fa

#aefa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa82 Color CSS Codes

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

#aefa82 Text Font Color

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

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


#aefa82 Background Color

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

This div background color is #aefa82


#aefa82 Border Color

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

This div border color is #aefa82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,250,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 #aefa82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa82


Comments

No comments written yet.

Please login to write comment.