Color Hex Logo

#aef8fb Color Hex

#AEF8FB
(174,248,251)
0 Favorites   0 Comments

Color spaces of #aef8fb

RGB 174248251
HSL0.510.910.83
HSV182°31°98°
CMYK 0.310.010.00   0.02
XYZ68.435583.0985103.6995
Yxy83.09850.26810.3256
Hunter Lab91.1584-25.5215-3.6360
CIE-Lab93.0575-21.9315-8.7443

#aef8fb color RGB value is (174,248,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 11111011
Octal 256 370 373
Decimal 174 248 251
Hex AE F8 FB

RGB Percentages of Color #aef8fb

%25.85
%36.85
%37.30

CMYK Percentages of Color #aef8fb

%31
%1
%0
%2

Triadic Colors of #aef8fb

#aef8fb #fbaef8 #f8fbae

Analogous Colors of #aef8fb

#aef8fb #aed2fb #aefbd8

Monochromatic Colors of #aef8fb

#aef8fb

Complementary Color

#aef8fb #fbb1ae

#aef8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef8fb Color CSS Codes

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

#aef8fb Text Font Color

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

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


#aef8fb Background Color

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

This div background color is #aef8fb


#aef8fb Border Color

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

This div border color is #aef8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.