Color Hex Logo

#aefd9d Color Hex

#AEFD9D
(174,253,157)
0 Favorites   0 Comments

Color spaces of #aefd9d

RGB 174253157
HSL0.300.960.80
HSV109°38°99°
CMYK 0.310.000.38   0.01
XYZ58.666681.683644.5727
Yxy81.68360.31720.4417
Hunter Lab90.3790-42.295734.0249
CIE-Lab92.4350-41.675538.4547

#aefd9d color RGB value is (174,253,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10011101
Octal 256 375 235
Decimal 174 253 157
Hex AE FD 9D

RGB Percentages of Color #aefd9d

%29.79
%43.32
%26.88

CMYK Percentages of Color #aefd9d

%31
%0
%38
%1

Triadic Colors of #aefd9d

#aefd9d #9daefd #fd9dae

Analogous Colors of #aefd9d

#aefd9d #9dfdbc #defd9d

Monochromatic Colors of #aefd9d

#aefd9d

Complementary Color

#aefd9d #ec9dfd

#aefd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd9d Color CSS Codes

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

#aefd9d Text Font Color

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

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


#aefd9d Background Color

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

This div background color is #aefd9d


#aefd9d Border Color

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

This div border color is #aefd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd9d

Related Colors


Comments

No comments written yet.

Please login to write comment.