Color Hex Logo

#aee1c2 Color Hex

#AEE1C2
(174,225,194)
0 Favorites   0 Comments

Color spaces of #aee1c2

RGB 174225194
HSL0.400.460.78
HSV144°23°88°
CMYK 0.230.000.14   0.12
XYZ54.118466.744161.0695
Yxy66.74410.29750.3669
Hunter Lab81.6971-24.726512.8680
CIE-Lab85.3746-22.54109.8467

#aee1c2 color RGB value is (174,225,194).

#aee1c2 hex color red value is 174, green value is 225 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aee1c2 hue: 0.40 , saturation: 0.46 and the lightness value of aee1c2 is 0.78.

The process color (four color CMYK) of #aee1c2 color hex is 0.23, 0.00, 0.14, 0.12. Web safe color of #aee1c2 is #99cccc. Color #aee1c2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 11000010
Octal 256 341 302
Decimal 174 225 194
Hex AE E1 C2

RGB Percentages of Color #aee1c2

%29.34
%37.94
%32.72

CMYK Percentages of Color #aee1c2

%23
%0
%14
%12

Triadic Colors of #aee1c2

#aee1c2 #c2aee1 #e1c2ae

Analogous Colors of #aee1c2

#aee1c2 #aee1dc #b4e1ae

Monochromatic Colors of #aee1c2

#aee1c2

Complementary Color

#aee1c2 #e1aecd

#aee1c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee1c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee1c2 Color CSS Codes

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

#aee1c2 Text Font Color

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

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


#aee1c2 Background Color

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

This div background color is #aee1c2


#aee1c2 Border Color

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

This div border color is #aee1c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee1c2


Comments

No comments written yet.

Please login to write comment.