Color Hex Logo

#aef47d Color Hex

#AEF47D
(174,244,125)
0 Favorites   0 Comments

Color spaces of #aef47d

RGB 174244125
HSL0.260.840.72
HSV95°49°96°
CMYK 0.290.000.49   0.04
XYZ53.507975.180731.0932
Yxy75.18070.33490.4705
Hunter Lab86.7068-41.582239.4333
CIE-Lab89.4776-41.790750.1540

#aef47d color RGB value is (174,244,125).

#aef47d hex color red value is 174, green value is 244 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aef47d hue: 0.26 , saturation: 0.84 and the lightness value of aef47d is 0.72.

The process color (four color CMYK) of #aef47d color hex is 0.29, 0.00, 0.49, 0.04. Web safe color of #aef47d is #99ff66. Color #aef47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01111101
Octal 256 364 175
Decimal 174 244 125
Hex AE F4 7D

RGB Percentages of Color #aef47d

%32.04
%44.94
%23.02

CMYK Percentages of Color #aef47d

%29
%0
%49
%4

Triadic Colors of #aef47d

#aef47d #7daef4 #f47dae

Analogous Colors of #aef47d

#aef47d #7df488 #eaf47d

Monochromatic Colors of #aef47d

#aef47d

Complementary Color

#aef47d #c37df4

#aef47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef47d Color CSS Codes

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

#aef47d Text Font Color

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

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


#aef47d Background Color

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

This div background color is #aef47d


#aef47d Border Color

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

This div border color is #aef47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef47d


Comments

No comments written yet.

Please login to write comment.