Color Hex Logo

#aeeace Color Hex

#AEEACE
(174,234,206)
0 Favorites   0 Comments

Color spaces of #aeeace

RGB 174234206
HSL0.420.590.80
HSV152°26°92°
CMYK 0.260.000.12   0.08
XYZ58.019072.300569.2900
Yxy72.30050.29070.3622
Hunter Lab85.0297-27.004611.2059
CIE-Lab88.1130-24.61857.4768

#aeeace color RGB value is (174,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11001110
Octal 256 352 316
Decimal 174 234 206
Hex AE EA CE

RGB Percentages of Color #aeeace

%28.34
%38.11
%33.55

CMYK Percentages of Color #aeeace

%26
%0
%12
%8

Triadic Colors of #aeeace

#aeeace #ceaeea #eaceae

Analogous Colors of #aeeace

#aeeace #aee8ea #aeeab0

Monochromatic Colors of #aeeace

#aeeace

Complementary Color

#aeeace #eaaeca

#aeeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeace Color CSS Codes

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

#aeeace Text Font Color

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

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


#aeeace Background Color

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

This div background color is #aeeace


#aeeace Border Color

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

This div border color is #aeeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeace


Comments

No comments written yet.

Please login to write comment.