Color Hex Logo

#aefee0 Color Hex

#AEFEE0
(174,254,224)
0 Favorites   0 Comments

Color spaces of #aefee0

RGB 174254224
HSL0.440.980.84
HSV158°31°100°
CMYK 0.310.000.12   0.00
XYZ66.351985.264183.4815
Yxy85.26410.28220.3627
Hunter Lab92.3386-33.327411.0341
CIE-Lab93.9968-30.57516.5981

#aefee0 color RGB value is (174,254,224).

#aefee0 hex color red value is 174, green value is 254 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aefee0 hue: 0.44 , saturation: 0.98 and the lightness value of aefee0 is 0.84.

The process color (four color CMYK) of #aefee0 color hex is 0.31, 0.00, 0.12, 0.00. Web safe color of #aefee0 is #99ffcc. Color #aefee0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11100000
Octal 256 376 340
Decimal 174 254 224
Hex AE FE E0

RGB Percentages of Color #aefee0

%26.69
%38.96
%34.36

CMYK Percentages of Color #aefee0

%31
%0
%12
%0

Triadic Colors of #aefee0

#aefee0 #e0aefe #fee0ae

Analogous Colors of #aefee0

#aefee0 #aef4fe #aefeb8

Monochromatic Colors of #aefee0

#aefee0

Complementary Color

#aefee0 #feaecc

#aefee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefee0 Color CSS Codes

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

#aefee0 Text Font Color

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

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


#aefee0 Background Color

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

This div background color is #aefee0


#aefee0 Border Color

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

This div border color is #aefee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefee0


Comments

No comments written yet.

Please login to write comment.