Color Hex Logo

#aeead7 Color Hex

#AEEAD7
(174,234,215)
0 Favorites   0 Comments

Color spaces of #aeead7

RGB 174234215
HSL0.450.590.80
HSV161°26°92°
CMYK 0.260.000.08   0.08
XYZ59.144172.750675.2150
Yxy72.75060.28560.3513
Hunter Lab85.2940-25.48997.4219
CIE-Lab88.3286-22.82373.0786

#aeead7 color RGB value is (174,234,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11010111
Octal 256 352 327
Decimal 174 234 215
Hex AE EA D7

RGB Percentages of Color #aeead7

%27.93
%37.56
%34.51

CMYK Percentages of Color #aeead7

%26
%0
%8
%8

Triadic Colors of #aeead7

#aeead7 #d7aeea #ead7ae

Analogous Colors of #aeead7

#aeead7 #aedfea #aeeab9

Monochromatic Colors of #aeead7

#aeead7

Complementary Color

#aeead7 #eaaec1

#aeead7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeead7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeead7 Color CSS Codes

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

#aeead7 Text Font Color

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

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


#aeead7 Background Color

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

This div background color is #aeead7


#aeead7 Border Color

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

This div border color is #aeead7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeead7


Comments

No comments written yet.

Please login to write comment.