Color Hex Logo

#aec5fe Color Hex

#AEC5FE
(174,197,254)
0 Favorites   0 Comments

Color spaces of #aec5fe

RGB 174197254
HSL0.620.980.84
HSV223°31°100°
CMYK 0.310.220.00   0.00
XYZ55.311256.0869101.6766
Yxy56.08690.25960.2632
Hunter Lab74.89120.7723-28.0717
CIE-Lab79.66335.0992-30.5500

#aec5fe color RGB value is (174,197,254).

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

The process color (four color CMYK) of #aec5fe color hex is 0.31, 0.22, 0.00, 0.00. Web safe color of #aec5fe is #99ccff. Color #aec5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 11111110
Octal 256 305 376
Decimal 174 197 254
Hex AE C5 FE

RGB Percentages of Color #aec5fe

%27.84
%31.52
%40.64

CMYK Percentages of Color #aec5fe

%31
%22
%0
%0

Triadic Colors of #aec5fe

#aec5fe #feaec5 #c5feae

Analogous Colors of #aec5fe

#aec5fe #bfaefe #aeedfe

Monochromatic Colors of #aec5fe

#aec5fe

Complementary Color

#aec5fe #fee7ae

#aec5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec5fe Color CSS Codes

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

#aec5fe Text Font Color

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

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


#aec5fe Background Color

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

This div background color is #aec5fe


#aec5fe Border Color

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

This div border color is #aec5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec5fe


Comments

No comments written yet.

Please login to write comment.