Color Hex Logo

#aefafe Color Hex

#AEFAFE
(174,250,254)
0 Favorites   0 Comments

Color spaces of #aefafe

RGB 174250254
HSL0.510.980.84
HSV183°31°100°
CMYK 0.310.020.00   0.00
XYZ69.530684.5256106.4164
Yxy84.52560.26690.3245
Hunter Lab91.9378-25.8954-4.2707
CIE-Lab93.6783-22.2295-9.3777

#aefafe color RGB value is (174,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11111110
Octal 256 372 376
Decimal 174 250 254
Hex AE FA FE

RGB Percentages of Color #aefafe

%25.66
%36.87
%37.46

CMYK Percentages of Color #aefafe

%31
%2
%0
%0

Triadic Colors of #aefafe

#aefafe #feaefa #fafeae

Analogous Colors of #aefafe

#aefafe #aed2fe #aefeda

Monochromatic Colors of #aefafe

#aefafe

Complementary Color

#aefafe #feb2ae

#aefafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefafe Color CSS Codes

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

#aefafe Text Font Color

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

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


#aefafe Background Color

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

This div background color is #aefafe


#aefafe Border Color

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

This div border color is #aefafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefafe

Related Colors


Comments

No comments written yet.

Please login to write comment.