Color Hex Logo

#aeeedd Color Hex

#AEEEDD
(174,238,221)
0 Favorites   0 Comments

Color spaces of #aeeedd

RGB 174238221
HSL0.460.650.81
HSV164°27°93°
CMYK 0.270.000.07   0.07
XYZ61.081275.368279.7348
Yxy75.36820.28250.3486
Hunter Lab86.8149-26.33706.3157
CIE-Lab89.5652-23.54331.7379

#aeeedd color RGB value is (174,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11011101
Octal 256 356 335
Decimal 174 238 221
Hex AE EE DD

RGB Percentages of Color #aeeedd

%27.49
%37.60
%34.91

CMYK Percentages of Color #aeeedd

%27
%0
%7
%7

Triadic Colors of #aeeedd

#aeeedd #ddaeee #eeddae

Analogous Colors of #aeeedd

#aeeedd #aedfee #aeeebd

Monochromatic Colors of #aeeedd

#aeeedd

Complementary Color

#aeeedd #eeaebf

#aeeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeedd Color CSS Codes

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

#aeeedd Text Font Color

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

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


#aeeedd Background Color

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

This div background color is #aeeedd


#aeeedd Border Color

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

This div border color is #aeeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeedd


Comments

No comments written yet.

Please login to write comment.