Color Hex Logo

#aeeece Color Hex

#AEEECE
(174,238,206)
0 Favorites   0 Comments

Color spaces of #aeeece

RGB 174238206
HSL0.420.650.81
HSV150°27°93°
CMYK 0.270.000.13   0.07
XYZ59.170774.604069.6739
Yxy74.60400.29080.3667
Hunter Lab86.3736-28.871412.6348
CIE-Lab89.2072-26.54659.0462

#aeeece color RGB value is (174,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11001110
Octal 256 356 316
Decimal 174 238 206
Hex AE EE CE

RGB Percentages of Color #aeeece

%28.16
%38.51
%33.33

CMYK Percentages of Color #aeeece

%27
%0
%13
%7

Triadic Colors of #aeeece

#aeeece #ceaeee #eeceae

Analogous Colors of #aeeece

#aeeece #aeeeee #aeeeae

Monochromatic Colors of #aeeece

#aeeece

Complementary Color

#aeeece #eeaece

#aeeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeece Color CSS Codes

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

#aeeece Text Font Color

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

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


#aeeece Background Color

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

This div background color is #aeeece


#aeeece Border Color

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

This div border color is #aeeece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,238,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 #aeeece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeece


Comments

No comments written yet.

Please login to write comment.