Color Hex Logo

#aef9ff Color Hex

#AEF9FF
(174,249,255)
0 Favorites   0 Comments

Color spaces of #aef9ff

RGB 174249255
HSL0.511.000.84
HSV184°32°100°
CMYK 0.320.020.00   0.00
XYZ69.381283.9700107.1588
Yxy83.97000.26630.3223
Hunter Lab91.6351-25.2109-5.1896
CIE-Lab93.4375-21.5143-10.2534

#aef9ff color RGB value is (174,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 11111111
Octal 256 371 377
Decimal 174 249 255
Hex AE F9 FF

RGB Percentages of Color #aef9ff

%25.66
%36.73
%37.61

CMYK Percentages of Color #aef9ff

%32
%2
%0
%0

Triadic Colors of #aef9ff

#aef9ff #ffaef9 #f9ffae

Analogous Colors of #aef9ff

#aef9ff #aed1ff #aeffdd

Monochromatic Colors of #aef9ff

#aef9ff

Complementary Color

#aef9ff #ffb4ae

#aef9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef9ff Color CSS Codes

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

#aef9ff Text Font Color

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

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


#aef9ff Background Color

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

This div background color is #aef9ff


#aef9ff Border Color

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

This div border color is #aef9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef9ff

Related Colors

#aef9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.