Color Hex Logo

#aaefe3 Color Hex

#AAEFE3
(170,239,227)
0 Favorites   0 Comments

Color spaces of #aaefe3

RGB 170239227
HSL0.470.680.80
HSV170°29°94°
CMYK 0.290.000.05   0.06
XYZ61.309275.825184.0774
Yxy75.82510.27720.3428
Hunter Lab87.0776-26.70843.7071
CIE-Lab89.7781-23.9247-1.1101

#aaefe3 color RGB value is (170,239,227).

#aaefe3 hex color red value is 170, green value is 239 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #aaefe3 hue: 0.47 , saturation: 0.68 and the lightness value of aaefe3 is 0.80.

The process color (four color CMYK) of #aaefe3 color hex is 0.29, 0.00, 0.05, 0.06. Web safe color of #aaefe3 is #99ffcc. Color #aaefe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11100011
Octal 252 357 343
Decimal 170 239 227
Hex AA EF E3

RGB Percentages of Color #aaefe3

%26.73
%37.58
%35.69

CMYK Percentages of Color #aaefe3

%29
%0
%5
%6

Triadic Colors of #aaefe3

#aaefe3 #e3aaef #efe3aa

Analogous Colors of #aaefe3

#aaefe3 #aad9ef #aaefc1

Monochromatic Colors of #aaefe3

#aaefe3

Complementary Color

#aaefe3 #efaab6

#aaefe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefe3 Color CSS Codes

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

#aaefe3 Text Font Color

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

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


#aaefe3 Background Color

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

This div background color is #aaefe3


#aaefe3 Border Color

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

This div border color is #aaefe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefe3


Comments

No comments written yet.

Please login to write comment.