Color Hex Logo

#aef780 Color Hex

#AEF780
(174,247,128)
0 Favorites   0 Comments

Color spaces of #aef780

RGB 174247128
HSL0.270.880.74
HSV97°48°97°
CMYK 0.300.000.48   0.03
XYZ54.612677.078732.4214
Yxy77.07870.33280.4697
Hunter Lab87.7945-42.604339.5611
CIE-Lab90.3578-42.763049.8225

#aef780 color RGB value is (174,247,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 10000000
Octal 256 367 200
Decimal 174 247 128
Hex AE F7 80

RGB Percentages of Color #aef780

%31.69
%44.99
%23.32

CMYK Percentages of Color #aef780

%30
%0
%48
%3

Triadic Colors of #aef780

#aef780 #80aef7 #f780ae

Analogous Colors of #aef780

#aef780 #80f78e #eaf780

Monochromatic Colors of #aef780

#aef780

Complementary Color

#aef780 #c980f7

#aef780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef780 Color CSS Codes

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

#aef780 Text Font Color

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

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


#aef780 Background Color

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

This div background color is #aef780


#aef780 Border Color

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

This div border color is #aef780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef780


Comments

No comments written yet.

Please login to write comment.