Color Hex Logo

#aeecd7 Color Hex

#AEECD7
(174,236,215)
0 Favorites   0 Comments

Color spaces of #aeecd7

RGB 174236215
HSL0.440.620.80
HSV160°26°93°
CMYK 0.260.000.09   0.07
XYZ59.716873.895975.4059
Yxy73.89590.28570.3535
Hunter Lab85.9627-26.43398.1651
CIE-Lab88.8733-23.79783.8682

#aeecd7 color RGB value is (174,236,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11010111
Octal 256 354 327
Decimal 174 236 215
Hex AE EC D7

RGB Percentages of Color #aeecd7

%27.84
%37.76
%34.40

CMYK Percentages of Color #aeecd7

%26
%0
%9
%7

Triadic Colors of #aeecd7

#aeecd7 #d7aeec #ecd7ae

Analogous Colors of #aeecd7

#aeecd7 #aee2ec #aeecb8

Monochromatic Colors of #aeecd7

#aeecd7

Complementary Color

#aeecd7 #ecaec3

#aeecd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecd7 Color CSS Codes

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

#aeecd7 Text Font Color

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

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


#aeecd7 Background Color

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

This div background color is #aeecd7


#aeecd7 Border Color

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

This div border color is #aeecd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,236,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 #aeecd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecd7


Comments

No comments written yet.

Please login to write comment.