Color Hex Logo

#aaefda Color Hex

#AAEFDA
(170,239,218)
0 Favorites   0 Comments

Color spaces of #aaefda

RGB 170239218
HSL0.450.680.80
HSV162°29°94°
CMYK 0.290.000.09   0.06
XYZ60.099075.341077.7044
Yxy75.34100.28200.3535
Hunter Lab86.7992-28.30687.6818
CIE-Lab89.5525-25.81383.2593

#aaefda color RGB value is (170,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11011010
Octal 252 357 332
Decimal 170 239 218
Hex AA EF DA

RGB Percentages of Color #aaefda

%27.11
%38.12
%34.77

CMYK Percentages of Color #aaefda

%29
%0
%9
%6

Triadic Colors of #aaefda

#aaefda #daaaef #efdaaa

Analogous Colors of #aaefda

#aaefda #aae2ef #aaefb8

Monochromatic Colors of #aaefda

#aaefda

Complementary Color

#aaefda #efaabf

#aaefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefda Color CSS Codes

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

#aaefda Text Font Color

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

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


#aaefda Background Color

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

This div background color is #aaefda


#aaefda Border Color

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

This div border color is #aaefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefda


Comments

No comments written yet.

Please login to write comment.