Color Hex Logo

#aaefce Color Hex

#AAEFCE
(170,239,206)
0 Favorites   0 Comments

Color spaces of #aaefce

RGB 170239206
HSL0.420.680.80
HSV151°29°94°
CMYK 0.290.000.14   0.06
XYZ58.584674.735369.7301
Yxy74.73530.28850.3681
Hunter Lab86.4496-30.322012.6915
CIE-Lab89.2689-28.22679.1062

#aaefce color RGB value is (170,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11001110
Octal 252 357 316
Decimal 170 239 206
Hex AA EF CE

RGB Percentages of Color #aaefce

%27.64
%38.86
%33.50

CMYK Percentages of Color #aaefce

%29
%0
%14
%6

Triadic Colors of #aaefce

#aaefce #ceaaef #efceaa

Analogous Colors of #aaefce

#aaefce #aaeeef #aaefac

Monochromatic Colors of #aaefce

#aaefce

Complementary Color

#aaefce #efaacb

#aaefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefce Color CSS Codes

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

#aaefce Text Font Color

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

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


#aaefce Background Color

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

This div background color is #aaefce


#aaefce Border Color

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

This div border color is #aaefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefce


Comments

No comments written yet.

Please login to write comment.