Color Hex Logo

#aefaee Color Hex

#AEFAEE
(174,250,238)
0 Favorites   0 Comments

Color spaces of #aefaee

RGB 174250238
HSL0.470.880.83
HSV171°30°98°
CMYK 0.300.000.05   0.02
XYZ67.073883.542993.4792
Yxy83.54290.27480.3423
Hunter Lab91.4018-28.96373.3437
CIE-Lab93.2516-25.7603-1.7204

#aefaee color RGB value is (174,250,238).

#aefaee hex color red value is 174, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aefaee hue: 0.47 , saturation: 0.88 and the lightness value of aefaee is 0.83.

The process color (four color CMYK) of #aefaee color hex is 0.30, 0.00, 0.05, 0.02. Web safe color of #aefaee is #99ffff. Color #aefaee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11101110
Octal 256 372 356
Decimal 174 250 238
Hex AE FA EE

RGB Percentages of Color #aefaee

%26.28
%37.76
%35.95

CMYK Percentages of Color #aefaee

%30
%0
%5
%2

Triadic Colors of #aefaee

#aefaee #eeaefa #faeeae

Analogous Colors of #aefaee

#aefaee #aee0fa #aefac8

Monochromatic Colors of #aefaee

#aefaee

Complementary Color

#aefaee #faaeba

#aefaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaee Color CSS Codes

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

#aefaee Text Font Color

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

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


#aefaee Background Color

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

This div background color is #aefaee


#aefaee Border Color

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

This div border color is #aefaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaee

Related Colors


Comments

No comments written yet.

Please login to write comment.