Color Hex Logo

#aec5fa Color Hex

#AEC5FA
(174,197,250)
0 Favorites   0 Comments

Color spaces of #aec5fa

RGB 174197250
HSL0.620.880.83
HSV222°30°98°
CMYK 0.300.210.00   0.02
XYZ54.677155.833398.3376
Yxy55.83330.26180.2673
Hunter Lab74.7217-0.1467-25.7235
CIE-Lab79.51894.1203-28.6352

#aec5fa color RGB value is (174,197,250).

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

The process color (four color CMYK) of #aec5fa color hex is 0.30, 0.21, 0.00, 0.02. Web safe color of #aec5fa is #99ccff. Color #aec5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 11111010
Octal 256 305 372
Decimal 174 197 250
Hex AE C5 FA

RGB Percentages of Color #aec5fa

%28.02
%31.72
%40.26

CMYK Percentages of Color #aec5fa

%30
%21
%0
%2

Triadic Colors of #aec5fa

#aec5fa #faaec5 #c5faae

Analogous Colors of #aec5fa

#aec5fa #bdaefa #aeebfa

Monochromatic Colors of #aec5fa

#aec5fa

Complementary Color

#aec5fa #fae3ae

#aec5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec5fa Color CSS Codes

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

#aec5fa Text Font Color

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

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


#aec5fa Background Color

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

This div background color is #aec5fa


#aec5fa Border Color

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

This div border color is #aec5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec5fa


Comments

No comments written yet.

Please login to write comment.