Color Hex Logo

#aeefca Color Hex

#AEEFCA
(174,239,202)
0 Favorites   0 Comments

Color spaces of #aeefca

RGB 174239202
HSL0.410.670.81
HSV146°27°94°
CMYK 0.270.000.15   0.06
XYZ58.982774.995967.2441
Yxy74.99590.29310.3727
Hunter Lab86.6002-29.975414.5821
CIE-Lab89.3911-27.791811.3904

#aeefca color RGB value is (174,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001010
Octal 256 357 312
Decimal 174 239 202
Hex AE EF CA

RGB Percentages of Color #aeefca

%28.29
%38.86
%32.85

CMYK Percentages of Color #aeefca

%27
%0
%15
%6

Triadic Colors of #aeefca

#aeefca #caaeef #efcaae

Analogous Colors of #aeefca

#aeefca #aeefeb #b3efae

Monochromatic Colors of #aeefca

#aeefca

Complementary Color

#aeefca #efaed3

#aeefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefca Color CSS Codes

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

#aeefca Text Font Color

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

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


#aeefca Background Color

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

This div background color is #aeefca


#aeefca Border Color

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

This div border color is #aeefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefca


Comments

No comments written yet.

Please login to write comment.