Color Hex Logo

#aefafb Color Hex

#AEFAFB
(174,250,251)
0 Favorites   0 Comments

Color spaces of #aefafb

RGB 174250251
HSL0.500.910.83
HSV181°31°98°
CMYK 0.310.000.00   0.02
XYZ69.053884.3349103.9055
Yxy84.33490.26840.3278
Hunter Lab91.8340-26.4880-2.7998
CIE-Lab93.5958-22.9059-7.9465

#aefafb color RGB value is (174,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11111011
Octal 256 372 373
Decimal 174 250 251
Hex AE FA FB

RGB Percentages of Color #aefafb

%25.78
%37.04
%37.19

CMYK Percentages of Color #aefafb

%31
%0
%0
%2

Triadic Colors of #aefafb

#aefafb #fbaefa #fafbae

Analogous Colors of #aefafb

#aefafb #aed4fb #aefbd6

Monochromatic Colors of #aefafb

#aefafb

Complementary Color

#aefafb #fbafae

#aefafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefafb Color CSS Codes

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

#aefafb Text Font Color

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

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


#aefafb Background Color

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

This div background color is #aefafb


#aefafb Border Color

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

This div border color is #aefafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefafb

Related Colors


Comments

No comments written yet.

Please login to write comment.