Color Hex Logo

#aef5fa Color Hex

#AEF5FA
(174,245,250)
0 Favorites   0 Comments

Color spaces of #aef5fa

RGB 174245250
HSL0.510.880.83
HSV184°30°98°
CMYK 0.300.020.00   0.02
XYZ67.363381.2056102.5663
Yxy81.20560.26820.3234
Hunter Lab90.1141-24.2651-4.4029
CIE-Lab92.2231-20.6875-9.4636

#aef5fa color RGB value is (174,245,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 11111010
Octal 256 365 372
Decimal 174 245 250
Hex AE F5 FA

RGB Percentages of Color #aef5fa

%26.01
%36.62
%37.37

CMYK Percentages of Color #aef5fa

%30
%2
%0
%2

Triadic Colors of #aef5fa

#aef5fa #faaef5 #f5faae

Analogous Colors of #aef5fa

#aef5fa #aecffa #aefad9

Monochromatic Colors of #aef5fa

#aef5fa

Complementary Color

#aef5fa #fab3ae

#aef5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef5fa Color CSS Codes

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

#aef5fa Text Font Color

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

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


#aef5fa Background Color

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

This div background color is #aef5fa


#aef5fa Border Color

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

This div border color is #aef5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.