Color Hex Logo

#aefa7f Color Hex

#AEFA7F
(174,250,127)
0 Favorites   0 Comments

Color spaces of #aefa7f

RGB 174250127
HSL0.270.920.74
HSV97°49°98°
CMYK 0.300.000.49   0.02
XYZ55.471978.902232.3846
Yxy78.90220.33260.4732
Hunter Lab88.8269-43.974940.5628
CIE-Lab91.1900-44.181351.3079

#aefa7f color RGB value is (174,250,127).

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

The process color (four color CMYK) of #aefa7f color hex is 0.30, 0.00, 0.49, 0.02. Web safe color of #aefa7f is #99ff66. Color #aefa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 01111111
Octal 256 372 177
Decimal 174 250 127
Hex AE FA 7F

RGB Percentages of Color #aefa7f

%31.58
%45.37
%23.05

CMYK Percentages of Color #aefa7f

%30
%0
%49
%2

Triadic Colors of #aefa7f

#aefa7f #7faefa #fa7fae

Analogous Colors of #aefa7f

#aefa7f #7ffa8e #ecfa7f

Monochromatic Colors of #aefa7f

#aefa7f

Complementary Color

#aefa7f #cb7ffa

#aefa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa7f Color CSS Codes

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

#aefa7f Text Font Color

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

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


#aefa7f Background Color

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

This div background color is #aefa7f


#aefa7f Border Color

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

This div border color is #aefa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa7f


Comments

No comments written yet.

Please login to write comment.