Color Hex Logo

#aaefec Color Hex

#AAEFEC
(170,239,236)
0 Favorites   0 Comments

Color spaces of #aaefec

RGB 170239236
HSL0.490.680.80
HSV177°29°94°
CMYK 0.290.000.01   0.06
XYZ62.584476.335290.7925
Yxy76.33520.27240.3323
Hunter Lab87.3700-25.0354-0.4535
CIE-Lab90.0147-21.9701-5.4623

#aaefec color RGB value is (170,239,236).

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

The process color (four color CMYK) of #aaefec color hex is 0.29, 0.00, 0.01, 0.06. Web safe color of #aaefec is #99ffff. Color #aaefec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11101100
Octal 252 357 354
Decimal 170 239 236
Hex AA EF EC

RGB Percentages of Color #aaefec

%26.36
%37.05
%36.59

CMYK Percentages of Color #aaefec

%29
%0
%1
%6

Triadic Colors of #aaefec

#aaefec #ecaaef #efecaa

Analogous Colors of #aaefec

#aaefec #aad0ef #aaefca

Monochromatic Colors of #aaefec

#aaefec

Complementary Color

#aaefec #efaaad

#aaefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefec Color CSS Codes

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

#aaefec Text Font Color

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

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


#aaefec Background Color

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

This div background color is #aaefec


#aaefec Border Color

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

This div border color is #aaefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefec


Comments

No comments written yet.

Please login to write comment.