Color Hex Logo

#aaefca Color Hex

#AAEFCA
(170,239,202)
0 Favorites   0 Comments

Color spaces of #aaefca

RGB 170239202
HSL0.410.680.80
HSV148°29°94°
CMYK 0.290.000.15   0.06
XYZ58.104774.543367.2030
Yxy74.54330.29070.3730
Hunter Lab86.3385-30.964114.2876
CIE-Lab89.1786-29.002811.0589

#aaefca color RGB value is (170,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11001010
Octal 252 357 312
Decimal 170 239 202
Hex AA EF CA

RGB Percentages of Color #aaefca

%27.82
%39.12
%33.06

CMYK Percentages of Color #aaefca

%29
%0
%15
%6

Triadic Colors of #aaefca

#aaefca #caaaef #efcaaa

Analogous Colors of #aaefca

#aaefca #aaefed #adefaa

Monochromatic Colors of #aaefca

#aaefca

Complementary Color

#aaefca #efaacf

#aaefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefca Color CSS Codes

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

#aaefca Text Font Color

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

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


#aaefca Background Color

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

This div background color is #aaefca


#aaefca Border Color

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

This div border color is #aaefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefca


Comments

No comments written yet.

Please login to write comment.