Color Hex Logo

#aef6fa Color Hex

#AEF6FA
(174,246,250)
0 Favorites   0 Comments

Color spaces of #aef6fa

RGB 174246250
HSL0.510.880.83
HSV183°30°98°
CMYK 0.300.020.00   0.02
XYZ67.666681.8123102.6674
Yxy81.81230.26840.3245
Hunter Lab90.4502-24.7503-3.9833
CIE-Lab92.4920-21.1783-9.0644

#aef6fa color RGB value is (174,246,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 11111010
Octal 256 366 372
Decimal 174 246 250
Hex AE F6 FA

RGB Percentages of Color #aef6fa

%25.97
%36.72
%37.31

CMYK Percentages of Color #aef6fa

%30
%2
%0
%2

Triadic Colors of #aef6fa

#aef6fa #faaef6 #f6faae

Analogous Colors of #aef6fa

#aef6fa #aed0fa #aefad8

Monochromatic Colors of #aef6fa

#aef6fa

Complementary Color

#aef6fa #fab2ae

#aef6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef6fa Color CSS Codes

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

#aef6fa Text Font Color

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

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


#aef6fa Background Color

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

This div background color is #aef6fa


#aef6fa Border Color

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

This div border color is #aef6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.