Color Hex Logo

#aeeec4 Color Hex

#AEEEC4
(174,238,196)
0 Favorites   0 Comments

Color spaces of #aeeec4

RGB 174238196
HSL0.390.650.81
HSV141°27°93°
CMYK 0.270.000.18   0.07
XYZ57.993974.133363.4771
Yxy74.13330.29650.3790
Hunter Lab86.1007-30.445916.5594
CIE-Lab88.9854-28.440013.9328

#aeeec4 color RGB value is (174,238,196).

#aeeec4 hex color red value is 174, green value is 238 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aeeec4 hue: 0.39 , saturation: 0.65 and the lightness value of aeeec4 is 0.81.

The process color (four color CMYK) of #aeeec4 color hex is 0.27, 0.00, 0.18, 0.07. Web safe color of #aeeec4 is #99ffcc. Color #aeeec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11000100
Octal 256 356 304
Decimal 174 238 196
Hex AE EE C4

RGB Percentages of Color #aeeec4

%28.62
%39.14
%32.24

CMYK Percentages of Color #aeeec4

%27
%0
%18
%7

Triadic Colors of #aeeec4

#aeeec4 #c4aeee #eec4ae

Analogous Colors of #aeeec4

#aeeec4 #aeeee4 #b8eeae

Monochromatic Colors of #aeeec4

#aeeec4

Complementary Color

#aeeec4 #eeaed8

#aeeec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeec4 Color CSS Codes

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

#aeeec4 Text Font Color

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

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


#aeeec4 Background Color

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

This div background color is #aeeec4


#aeeec4 Border Color

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

This div border color is #aeeec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeec4


Comments

No comments written yet.

Please login to write comment.