Color Hex Logo

#aeefce Color Hex

#AEEFCE
(174,239,206)
0 Favorites   0 Comments

Color spaces of #aeefce

RGB 174239206
HSL0.420.670.81
HSV150°27°94°
CMYK 0.270.000.14   0.06
XYZ59.462675.187969.7712
Yxy75.18790.29090.3678
Hunter Lab86.7110-29.336612.9905
CIE-Lab89.4809-27.02569.4380

#aeefce color RGB value is (174,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001110
Octal 256 357 316
Decimal 174 239 206
Hex AE EF CE

RGB Percentages of Color #aeefce

%28.11
%38.61
%33.28

CMYK Percentages of Color #aeefce

%27
%0
%14
%6

Triadic Colors of #aeefce

#aeefce #ceaeef #efceae

Analogous Colors of #aeefce

#aeefce #aeefef #afefae

Monochromatic Colors of #aeefce

#aeefce

Complementary Color

#aeefce #efaecf

#aeefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefce Color CSS Codes

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

#aeefce Text Font Color

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

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


#aeefce Background Color

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

This div background color is #aeefce


#aeefce Border Color

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

This div border color is #aeefce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,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 #aeefce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefce


Comments

No comments written yet.

Please login to write comment.