Color Hex Logo

#aeeac7 Color Hex

#AEEAC7
(174,234,199)
0 Favorites   0 Comments

Color spaces of #aeeac7

RGB 174234199
HSL0.400.590.80
HSV145°26°92°
CMYK 0.260.000.15   0.08
XYZ57.187271.967864.9099
Yxy71.96780.29470.3708
Hunter Lab84.8338-28.130914.0184
CIE-Lab87.9531-25.965810.9051

#aeeac7 color RGB value is (174,234,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11000111
Octal 256 352 307
Decimal 174 234 199
Hex AE EA C7

RGB Percentages of Color #aeeac7

%28.67
%38.55
%32.78

CMYK Percentages of Color #aeeac7

%26
%0
%15
%8

Triadic Colors of #aeeac7

#aeeac7 #c7aeea #eac7ae

Analogous Colors of #aeeac7

#aeeac7 #aeeae5 #b3eaae

Monochromatic Colors of #aeeac7

#aeeac7

Complementary Color

#aeeac7 #eaaed1

#aeeac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeac7 Color CSS Codes

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

#aeeac7 Text Font Color

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

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


#aeeac7 Background Color

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

This div background color is #aeeac7


#aeeac7 Border Color

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

This div border color is #aeeac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeac7


Comments

No comments written yet.

Please login to write comment.