Color Hex Logo

#aef7fe Color Hex

#AEF7FE
(174,247,254)
0 Favorites   0 Comments

Color spaces of #aef7fe

RGB 174247254
HSL0.510.980.84
HSV185°31°100°
CMYK 0.310.030.00   0.00
XYZ68.605782.6760106.1081
Yxy82.67600.26650.3212
Hunter Lab90.9263-24.4394-5.5411
CIE-Lab92.8724-20.7623-10.5753

#aef7fe color RGB value is (174,247,254).

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

The process color (four color CMYK) of #aef7fe color hex is 0.31, 0.03, 0.00, 0.00. Web safe color of #aef7fe is #99ffff. Color #aef7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 11111110
Octal 256 367 376
Decimal 174 247 254
Hex AE F7 FE

RGB Percentages of Color #aef7fe

%25.78
%36.59
%37.63

CMYK Percentages of Color #aef7fe

%31
%3
%0
%0

Triadic Colors of #aef7fe

#aef7fe #feaef7 #f7feae

Analogous Colors of #aef7fe

#aef7fe #aecffe #aefedd

Monochromatic Colors of #aef7fe

#aef7fe

Complementary Color

#aef7fe #feb5ae

#aef7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef7fe Color CSS Codes

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

#aef7fe Text Font Color

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

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


#aef7fe Background Color

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

This div background color is #aef7fe


#aef7fe Border Color

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

This div border color is #aef7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef7fe


Comments

No comments written yet.

Please login to write comment.