Color Hex Logo

#aef3fc Color Hex

#AEF3FC
(174,243,252)
0 Favorites   0 Comments

Color spaces of #aef3fc

RGB 174243252
HSL0.520.930.84
HSV187°31°99°
CMYK 0.310.040.00   0.01
XYZ67.076880.1281104.0264
Yxy80.12810.26700.3189
Hunter Lab89.5143-22.8925-6.2421
CIE-Lab91.7423-19.2480-11.2185

#aef3fc color RGB value is (174,243,252).

#aef3fc hex color red value is 174, green value is 243 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aef3fc hue: 0.52 , saturation: 0.93 and the lightness value of aef3fc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 11111100
Octal 256 363 374
Decimal 174 243 252
Hex AE F3 FC

RGB Percentages of Color #aef3fc

%26.01
%36.32
%37.67

CMYK Percentages of Color #aef3fc

%31
%4
%0
%1

Triadic Colors of #aef3fc

#aef3fc #fcaef3 #f3fcae

Analogous Colors of #aef3fc

#aef3fc #aeccfc #aefcde

Monochromatic Colors of #aef3fc

#aef3fc

Complementary Color

#aef3fc #fcb7ae

#aef3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef3fc Color CSS Codes

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

#aef3fc Text Font Color

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

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


#aef3fc Background Color

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

This div background color is #aef3fc


#aef3fc Border Color

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

This div border color is #aef3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef3fc


Comments

No comments written yet.

Please login to write comment.