Color Hex Logo

#aafaef Color Hex

#AAFAEF
(170,250,239)
0 Favorites   0 Comments

Color spaces of #aafaef

RGB 170250239
HSL0.480.890.82
HSV172°32°98°
CMYK 0.320.000.04   0.02
XYZ66.343283.149394.2141
Yxy83.14930.27220.3412
Hunter Lab91.1862-29.70702.5716
CIE-Lab93.0798-26.6417-2.5135

#aafaef color RGB value is (170,250,239).

#aafaef hex color red value is 170, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aafaef hue: 0.48 , saturation: 0.89 and the lightness value of aafaef is 0.82.

The process color (four color CMYK) of #aafaef color hex is 0.32, 0.00, 0.04, 0.02. Web safe color of #aafaef is #99ffff. Color #aafaef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11101111
Octal 252 372 357
Decimal 170 250 239
Hex AA FA EF

RGB Percentages of Color #aafaef

%25.80
%37.94
%36.27

CMYK Percentages of Color #aafaef

%32
%0
%4
%2

Triadic Colors of #aafaef

#aafaef #efaafa #faefaa

Analogous Colors of #aafaef

#aafaef #aaddfa #aafac7

Monochromatic Colors of #aafaef

#aafaef

Complementary Color

#aafaef #faaab5

#aafaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafaef Color CSS Codes

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

#aafaef Text Font Color

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

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


#aafaef Background Color

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

This div background color is #aafaef


#aafaef Border Color

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

This div border color is #aafaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafaef

Related Colors


Comments

No comments written yet.

Please login to write comment.