Color Hex Logo

#aeecd8 Color Hex

#AEECD8
(174,236,216)
0 Favorites   0 Comments

Color spaces of #aeecd8

RGB 174236216
HSL0.450.620.80
HSV161°26°93°
CMYK 0.260.000.08   0.07
XYZ59.845773.947476.0848
Yxy73.94740.28510.3523
Hunter Lab85.9927-26.26207.7361
CIE-Lab88.8976-23.59493.3807

#aeecd8 color RGB value is (174,236,216).

#aeecd8 hex color red value is 174, green value is 236 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aeecd8 hue: 0.45 , saturation: 0.62 and the lightness value of aeecd8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11011000
Octal 256 354 330
Decimal 174 236 216
Hex AE EC D8

RGB Percentages of Color #aeecd8

%27.80
%37.70
%34.50

CMYK Percentages of Color #aeecd8

%26
%0
%8
%7

Triadic Colors of #aeecd8

#aeecd8 #d8aeec #ecd8ae

Analogous Colors of #aeecd8

#aeecd8 #aee1ec #aeecb9

Monochromatic Colors of #aeecd8

#aeecd8

Complementary Color

#aeecd8 #ecaec2

#aeecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecd8 Color CSS Codes

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

#aeecd8 Text Font Color

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

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


#aeecd8 Background Color

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

This div background color is #aeecd8


#aeecd8 Border Color

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

This div border color is #aeecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecd8


Comments

No comments written yet.

Please login to write comment.