Color Hex Logo

#aef77f Color Hex

#AEF77F
(174,247,127)
0 Favorites   0 Comments

Color spaces of #aef77f

RGB 174247127
HSL0.270.880.73
HSV97°49°97°
CMYK 0.300.000.49   0.03
XYZ54.547177.052532.0764
Yxy77.05250.33330.4708
Hunter Lab87.7796-42.692539.7799
CIE-Lab90.3458-42.877350.2771

#aef77f color RGB value is (174,247,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 01111111
Octal 256 367 177
Decimal 174 247 127
Hex AE F7 7F

RGB Percentages of Color #aef77f

%31.75
%45.07
%23.18

CMYK Percentages of Color #aef77f

%30
%0
%49
%3

Triadic Colors of #aef77f

#aef77f #7faef7 #f77fae

Analogous Colors of #aef77f

#aef77f #7ff78c #eaf77f

Monochromatic Colors of #aef77f

#aef77f

Complementary Color

#aef77f #c87ff7

#aef77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef77f Color CSS Codes

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

#aef77f Text Font Color

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

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


#aef77f Background Color

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

This div background color is #aef77f


#aef77f Border Color

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

This div border color is #aef77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef77f


Comments

No comments written yet.

Please login to write comment.