Color Hex Logo

#aec6fe Color Hex

#AEC6FE
(174,198,254)
0 Favorites   0 Comments

Color spaces of #aec6fe

RGB 174198254
HSL0.620.980.84
HSV222°31°100°
CMYK 0.310.220.00   0.00
XYZ55.539056.5426101.7525
Yxy56.54260.25970.2644
Hunter Lab75.19480.2494-27.5940
CIE-Lab79.92164.5578-30.1531

#aec6fe color RGB value is (174,198,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11111110
Octal 256 306 376
Decimal 174 198 254
Hex AE C6 FE

RGB Percentages of Color #aec6fe

%27.80
%31.63
%40.58

CMYK Percentages of Color #aec6fe

%31
%22
%0
%0

Triadic Colors of #aec6fe

#aec6fe #feaec6 #c6feae

Analogous Colors of #aec6fe

#aec6fe #beaefe #aeeefe

Monochromatic Colors of #aec6fe

#aec6fe

Complementary Color

#aec6fe #fee6ae

#aec6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6fe Color CSS Codes

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

#aec6fe Text Font Color

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

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


#aec6fe Background Color

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

This div background color is #aec6fe


#aec6fe Border Color

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

This div border color is #aec6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.