Color Hex Logo

#aeeca0 Color Hex

#AEECA0
(174,236,160)
0 Favorites   0 Comments

Color spaces of #aeeca0

RGB 174236160
HSL0.300.670.78
HSV109°32°93°
CMYK 0.260.000.32   0.07
XYZ53.796271.527644.2286
Yxy71.52760.31730.4219
Hunter Lab84.5740-34.463428.1956
CIE-Lab87.7407-33.564130.7442

#aeeca0 color RGB value is (174,236,160).

#aeeca0 hex color red value is 174, green value is 236 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aeeca0 hue: 0.30 , saturation: 0.67 and the lightness value of aeeca0 is 0.78.

The process color (four color CMYK) of #aeeca0 color hex is 0.26, 0.00, 0.32, 0.07. Web safe color of #aeeca0 is #99ff99. Color #aeeca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10100000
Octal 256 354 240
Decimal 174 236 160
Hex AE EC A0

RGB Percentages of Color #aeeca0

%30.53
%41.40
%28.07

CMYK Percentages of Color #aeeca0

%26
%0
%32
%7

Triadic Colors of #aeeca0

#aeeca0 #a0aeec #eca0ae

Analogous Colors of #aeeca0

#aeeca0 #a0ecb8 #d4eca0

Monochromatic Colors of #aeeca0

#aeeca0

Complementary Color

#aeeca0 #dea0ec

#aeeca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeca0 Color CSS Codes

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

#aeeca0 Text Font Color

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

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


#aeeca0 Background Color

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

This div background color is #aeeca0


#aeeca0 Border Color

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

This div border color is #aeeca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeca0


Comments

No comments written yet.

Please login to write comment.