Color Hex Logo

#aaefe4 Color Hex

#AAEFE4
(170,239,228)
0 Favorites   0 Comments

Color spaces of #aaefe4

RGB 170239228
HSL0.470.680.80
HSV170°29°94°
CMYK 0.290.000.05   0.06
XYZ61.447775.880584.8066
Yxy75.88050.27660.3416
Hunter Lab87.1094-26.52613.2540
CIE-Lab89.8038-23.7107-1.5946

#aaefe4 color RGB value is (170,239,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11100100
Octal 252 357 344
Decimal 170 239 228
Hex AA EF E4

RGB Percentages of Color #aaefe4

%26.69
%37.52
%35.79

CMYK Percentages of Color #aaefe4

%29
%0
%5
%6

Triadic Colors of #aaefe4

#aaefe4 #e4aaef #efe4aa

Analogous Colors of #aaefe4

#aaefe4 #aad8ef #aaefc2

Monochromatic Colors of #aaefe4

#aaefe4

Complementary Color

#aaefe4 #efaab5

#aaefe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefe4 Color CSS Codes

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

#aaefe4 Text Font Color

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

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


#aaefe4 Background Color

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

This div background color is #aaefe4


#aaefe4 Border Color

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

This div border color is #aaefe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefe4


Comments

No comments written yet.

Please login to write comment.