Color Hex Logo

#aeecea Color Hex

#AEECEA
(174,236,234)
0 Favorites   0 Comments

Color spaces of #aeecea

RGB 174236234
HSL0.490.620.80
HSV178°26°93°
CMYK 0.260.000.01   0.07
XYZ62.302374.930189.0212
Yxy74.93010.27540.3312
Hunter Lab86.5622-23.0101-0.3808
CIE-Lab89.3602-19.8036-5.3586

#aeecea color RGB value is (174,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11101010
Octal 256 354 352
Decimal 174 236 234
Hex AE EC EA

RGB Percentages of Color #aeecea

%27.02
%36.65
%36.34

CMYK Percentages of Color #aeecea

%26
%0
%1
%7

Triadic Colors of #aeecea

#aeecea #eaaeec #eceaae

Analogous Colors of #aeecea

#aeecea #aecfec #aeeccb

Monochromatic Colors of #aeecea

#aeecea

Complementary Color

#aeecea #ecaeb0

#aeecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecea Color CSS Codes

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

#aeecea Text Font Color

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

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


#aeecea Background Color

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

This div background color is #aeecea


#aeecea Border Color

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

This div border color is #aeecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecea


Comments

No comments written yet.

Please login to write comment.