Color Hex Logo

#aaeff4 Color Hex

#AAEFF4
(170,239,244)
0 Favorites   0 Comments

Color spaces of #aaeff4

RGB 170239244
HSL0.510.770.81
HSV184°30°96°
CMYK 0.300.020.00   0.04
XYZ63.773276.810797.0527
Yxy76.81070.26840.3232
Hunter Lab87.6417-23.4860-4.3074
CIE-Lab90.2344-20.1800-9.3144

#aaeff4 color RGB value is (170,239,244).

#aaeff4 hex color red value is 170, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #aaeff4 hue: 0.51 , saturation: 0.77 and the lightness value of aaeff4 is 0.81.

The process color (four color CMYK) of #aaeff4 color hex is 0.30, 0.02, 0.00, 0.04. Web safe color of #aaeff4 is #99ffff. Color #aaeff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11110100
Octal 252 357 364
Decimal 170 239 244
Hex AA EF F4

RGB Percentages of Color #aaeff4

%26.03
%36.60
%37.37

CMYK Percentages of Color #aaeff4

%30
%2
%0
%4

Triadic Colors of #aaeff4

#aaeff4 #f4aaef #eff4aa

Analogous Colors of #aaeff4

#aaeff4 #aacaf4 #aaf4d4

Monochromatic Colors of #aaeff4

#aaeff4

Complementary Color

#aaeff4 #f4afaa

#aaeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeff4 Color CSS Codes

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

#aaeff4 Text Font Color

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

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


#aaeff4 Background Color

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

This div background color is #aaeff4


#aaeff4 Border Color

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

This div border color is #aaeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeff4


Comments

No comments written yet.

Please login to write comment.