Color Hex Logo

#aeffd9 Color Hex

#AEFFD9
(174,255,217)
0 Favorites   0 Comments

Color spaces of #aeffd9

RGB 174255217
HSL0.421.000.84
HSV152°32°100°
CMYK 0.320.000.15   0.00
XYZ65.739985.528478.6894
Yxy85.52840.28590.3719
Hunter Lab92.4816-34.957214.2893
CIE-Lab94.1103-32.432410.3657

#aeffd9 color RGB value is (174,255,217).

#aeffd9 hex color red value is 174, green value is 255 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aeffd9 hue: 0.42 , saturation: 1.00 and the lightness value of aeffd9 is 0.84.

The process color (four color CMYK) of #aeffd9 color hex is 0.32, 0.00, 0.15, 0.00. Web safe color of #aeffd9 is #99ffcc. Color #aeffd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11011001
Octal 256 377 331
Decimal 174 255 217
Hex AE FF D9

RGB Percentages of Color #aeffd9

%26.93
%39.47
%33.59

CMYK Percentages of Color #aeffd9

%32
%0
%15
%0

Triadic Colors of #aeffd9

#aeffd9 #d9aeff #ffd9ae

Analogous Colors of #aeffd9

#aeffd9 #aefdff #aeffb1

Monochromatic Colors of #aeffd9

#aeffd9

Complementary Color

#aeffd9 #ffaed4

#aeffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffd9 Color CSS Codes

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

#aeffd9 Text Font Color

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

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


#aeffd9 Background Color

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

This div background color is #aeffd9


#aeffd9 Border Color

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

This div border color is #aeffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffd9

Related Colors


Comments

No comments written yet.

Please login to write comment.