Color Hex Logo

#aeecaf Color Hex

#AEECAF
(174,236,175)
0 Favorites   0 Comments

Color spaces of #aeecaf

RGB 174236175
HSL0.340.620.80
HSV121°26°93°
CMYK 0.260.000.26   0.07
XYZ55.188972.084751.5624
Yxy72.08470.30860.4031
Hunter Lab84.9027-32.550223.4244
CIE-Lab88.0093-31.183223.4355

#aeecaf color RGB value is (174,236,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10101111
Octal 256 354 257
Decimal 174 236 175
Hex AE EC AF

RGB Percentages of Color #aeecaf

%29.74
%40.34
%29.91

CMYK Percentages of Color #aeecaf

%26
%0
%26
%7

Triadic Colors of #aeecaf

#aeecaf #afaeec #ecafae

Analogous Colors of #aeecaf

#aeecaf #aeecce #ccecae

Monochromatic Colors of #aeecaf

#aeecaf

Complementary Color

#aeecaf #ecaeeb

#aeecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecaf Color CSS Codes

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

#aeecaf Text Font Color

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

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


#aeecaf Background Color

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

This div background color is #aeecaf


#aeecaf Border Color

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

This div border color is #aeecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecaf

#aeecaf Color Palettes


Comments

No comments written yet.

Please login to write comment.