Color Hex Logo

#aefee2 Color Hex

#AEFEE2
(174,254,226)
0 Favorites   0 Comments

Color spaces of #aefee2

RGB 174254226
HSL0.440.980.84
HSV159°31°100°
CMYK 0.310.000.11   0.00
XYZ66.624885.373384.9187
Yxy85.37330.28120.3604
Hunter Lab92.3977-32.985710.1875
CIE-Lab94.0437-30.17025.6346

#aefee2 color RGB value is (174,254,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11100010
Octal 256 376 342
Decimal 174 254 226
Hex AE FE E2

RGB Percentages of Color #aefee2

%26.61
%38.84
%34.56

CMYK Percentages of Color #aefee2

%31
%0
%11
%0

Triadic Colors of #aefee2

#aefee2 #e2aefe #fee2ae

Analogous Colors of #aefee2

#aefee2 #aef2fe #aefeba

Monochromatic Colors of #aefee2

#aefee2

Complementary Color

#aefee2 #feaeca

#aefee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefee2 Color CSS Codes

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

#aefee2 Text Font Color

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

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


#aefee2 Background Color

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

This div background color is #aefee2


#aefee2 Border Color

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

This div border color is #aefee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefee2


Comments

No comments written yet.

Please login to write comment.