Color Hex Logo

#aefd90 Color Hex

#AEFD90
(174,253,144)
0 Favorites   0 Comments

Color spaces of #aefd90

RGB 174253144
HSL0.290.960.78
HSV103°43°99°
CMYK 0.310.000.43   0.01
XYZ57.614981.262839.0342
Yxy81.26280.32380.4568
Hunter Lab90.1459-43.670737.4289
CIE-Lab92.2485-43.430844.5579

#aefd90 color RGB value is (174,253,144).

#aefd90 hex color red value is 174, green value is 253 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aefd90 hue: 0.29 , saturation: 0.96 and the lightness value of aefd90 is 0.78.

The process color (four color CMYK) of #aefd90 color hex is 0.31, 0.00, 0.43, 0.01. Web safe color of #aefd90 is #99ff99. Color #aefd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10010000
Octal 256 375 220
Decimal 174 253 144
Hex AE FD 90

RGB Percentages of Color #aefd90

%30.47
%44.31
%25.22

CMYK Percentages of Color #aefd90

%31
%0
%43
%1

Triadic Colors of #aefd90

#aefd90 #90aefd #fd90ae

Analogous Colors of #aefd90

#aefd90 #90fda9 #e5fd90

Monochromatic Colors of #aefd90

#aefd90

Complementary Color

#aefd90 #df90fd

#aefd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd90 Color CSS Codes

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

#aefd90 Text Font Color

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

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


#aefd90 Background Color

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

This div background color is #aefd90


#aefd90 Border Color

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

This div border color is #aefd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd90

Related Colors


Comments

No comments written yet.

Please login to write comment.