Color Hex Logo

#aeeede Color Hex

#AEEEDE
(174,238,222)
0 Favorites   0 Comments

Color spaces of #aeeede

RGB 174238222
HSL0.460.650.81
HSV165°27°93°
CMYK 0.270.000.07   0.07
XYZ61.214975.421780.4387
Yxy75.42170.28200.3474
Hunter Lab86.8457-26.16065.8760
CIE-Lab89.5902-23.33631.2520

#aeeede color RGB value is (174,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11011110
Octal 256 356 336
Decimal 174 238 222
Hex AE EE DE

RGB Percentages of Color #aeeede

%27.44
%37.54
%35.02

CMYK Percentages of Color #aeeede

%27
%0
%7
%7

Triadic Colors of #aeeede

#aeeede #deaeee #eedeae

Analogous Colors of #aeeede

#aeeede #aedeee #aeeebe

Monochromatic Colors of #aeeede

#aeeede

Complementary Color

#aeeede #eeaebe

#aeeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeede Color CSS Codes

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

#aeeede Text Font Color

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

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


#aeeede Background Color

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

This div background color is #aeeede


#aeeede Border Color

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

This div border color is #aeeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeede


Comments

No comments written yet.

Please login to write comment.