Color Hex Logo

#aeecd5 Color Hex

#AEECD5
(174,236,213)
0 Favorites   0 Comments

Color spaces of #aeecd5

RGB 174236213
HSL0.440.620.80
HSV158°26°93°
CMYK 0.260.000.10   0.07
XYZ59.461373.793774.0605
Yxy73.79370.28680.3559
Hunter Lab85.9033-26.77499.0161
CIE-Lab88.8249-24.20094.8435

#aeecd5 color RGB value is (174,236,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11010101
Octal 256 354 325
Decimal 174 236 213
Hex AE EC D5

RGB Percentages of Color #aeecd5

%27.93
%37.88
%34.19

CMYK Percentages of Color #aeecd5

%26
%0
%10
%7

Triadic Colors of #aeecd5

#aeecd5 #d5aeec #ecd5ae

Analogous Colors of #aeecd5

#aeecd5 #aee4ec #aeecb6

Monochromatic Colors of #aeecd5

#aeecd5

Complementary Color

#aeecd5 #ecaec5

#aeecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecd5 Color CSS Codes

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

#aeecd5 Text Font Color

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

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


#aeecd5 Background Color

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

This div background color is #aeecd5


#aeecd5 Border Color

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

This div border color is #aeecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecd5


Comments

No comments written yet.

Please login to write comment.