Color Hex Logo

#aef3aa Color Hex

#AEF3AA
(174,243,170)
0 Favorites   0 Comments

Color spaces of #aef3aa

RGB 174243170
HSL0.320.750.81
HSV117°30°95°
CMYK 0.280.000.30   0.05
XYZ56.761876.002149.7084
Yxy76.00210.31110.4165
Hunter Lab87.1792-36.343427.2191
CIE-Lab89.8603-35.235828.5181

#aef3aa color RGB value is (174,243,170).

#aef3aa hex color red value is 174, green value is 243 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aef3aa hue: 0.32 , saturation: 0.75 and the lightness value of aef3aa is 0.81.

The process color (four color CMYK) of #aef3aa color hex is 0.28, 0.00, 0.30, 0.05. Web safe color of #aef3aa is #99ff99. Color #aef3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 10101010
Octal 256 363 252
Decimal 174 243 170
Hex AE F3 AA

RGB Percentages of Color #aef3aa

%29.64
%41.40
%28.96

CMYK Percentages of Color #aef3aa

%28
%0
%30
%5

Triadic Colors of #aef3aa

#aef3aa #aaaef3 #f3aaae

Analogous Colors of #aef3aa

#aef3aa #aaf3cb #d3f3aa

Monochromatic Colors of #aef3aa

#aef3aa

Complementary Color

#aef3aa #efaaf3

#aef3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef3aa Color CSS Codes

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

#aef3aa Text Font Color

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

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


#aef3aa Background Color

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

This div background color is #aef3aa


#aef3aa Border Color

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

This div border color is #aef3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef3aa


Comments

No comments written yet.

Please login to write comment.