Color Hex Logo

#aeeecf Color Hex

#AEEECF
(174,238,207)
0 Favorites   0 Comments

Color spaces of #aeeecf

RGB 174238207
HSL0.420.650.81
HSV151°27°93°
CMYK 0.270.000.13   0.07
XYZ59.292674.652770.3159
Yxy74.65270.29030.3655
Hunter Lab86.4018-28.708812.2296
CIE-Lab89.2301-26.35228.5579

#aeeecf color RGB value is (174,238,207).

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

The process color (four color CMYK) of #aeeecf color hex is 0.27, 0.00, 0.13, 0.07. Web safe color of #aeeecf is #99ffcc. Color #aeeecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11001111
Octal 256 356 317
Decimal 174 238 207
Hex AE EE CF

RGB Percentages of Color #aeeecf

%28.11
%38.45
%33.44

CMYK Percentages of Color #aeeecf

%27
%0
%13
%7

Triadic Colors of #aeeecf

#aeeecf #cfaeee #eecfae

Analogous Colors of #aeeecf

#aeeecf #aeedee #aeeeaf

Monochromatic Colors of #aeeecf

#aeeecf

Complementary Color

#aeeecf #eeaecd

#aeeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeecf Color CSS Codes

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

#aeeecf Text Font Color

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

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


#aeeecf Background Color

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

This div background color is #aeeecf


#aeeecf Border Color

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

This div border color is #aeeecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,238,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeecf


Comments

No comments written yet.

Please login to write comment.