Color Hex Logo

#aef4fb Color Hex

#AEF4FB
(174,244,251)
0 Favorites   0 Comments

Color spaces of #aef4fb

RGB 174244251
HSL0.520.910.83
HSV185°31°98°
CMYK 0.310.030.00   0.02
XYZ67.218880.6651103.2939
Yxy80.66510.26760.3211
Hunter Lab89.8138-23.5803-5.3192
CIE-Lab91.9825-19.9693-10.3410

#aef4fb color RGB value is (174,244,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 11111011
Octal 256 364 373
Decimal 174 244 251
Hex AE F4 FB

RGB Percentages of Color #aef4fb

%26.01
%36.47
%37.52

CMYK Percentages of Color #aef4fb

%31
%3
%0
%2

Triadic Colors of #aef4fb

#aef4fb #fbaef4 #f4fbae

Analogous Colors of #aef4fb

#aef4fb #aecefb #aefbdc

Monochromatic Colors of #aef4fb

#aef4fb

Complementary Color

#aef4fb #fbb5ae

#aef4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4fb Color CSS Codes

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

#aef4fb Text Font Color

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

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


#aef4fb Background Color

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

This div background color is #aef4fb


#aef4fb Border Color

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

This div border color is #aef4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4fb


Comments

No comments written yet.

Please login to write comment.