Color Hex Logo

#aeeaea Color Hex

#AEEAEA
(174,234,234)
0 Favorites   0 Comments

Color spaces of #aeeaea

RGB 174234234
HSL0.500.590.80
HSV180°26°92°
CMYK 0.260.000.00   0.08
XYZ61.729773.784888.8303
Yxy73.78480.27520.3289
Hunter Lab85.8981-22.0446-1.1853
CIE-Lab88.8207-18.8126-6.1551

#aeeaea color RGB value is (174,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11101010
Octal 256 352 352
Decimal 174 234 234
Hex AE EA EA

RGB Percentages of Color #aeeaea

%27.10
%36.45
%36.45

CMYK Percentages of Color #aeeaea

%26
%0
%0
%8

Triadic Colors of #aeeaea

#aeeaea #eaaeea #eaeaae

Analogous Colors of #aeeaea

#aeeaea #aeccea #aeeacc

Monochromatic Colors of #aeeaea

#aeeaea

Complementary Color

#aeeaea #eaaeae

#aeeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaea Color CSS Codes

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

#aeeaea Text Font Color

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

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


#aeeaea Background Color

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

This div background color is #aeeaea


#aeeaea Border Color

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

This div border color is #aeeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaea


Comments

No comments written yet.

Please login to write comment.