Color Hex Logo

#aec3fe Color Hex

#AEC3FE
(174,195,254)
0 Favorites   0 Comments

Color spaces of #aec3fe

RGB 174195254
HSL0.620.980.84
HSV224°31°100°
CMYK 0.310.230.00   0.00
XYZ54.860155.1846101.5262
Yxy55.18460.25930.2608
Hunter Lab74.28631.8203-29.0305
CIE-Lab79.14756.1844-31.3428

#aec3fe color RGB value is (174,195,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 11111110
Octal 256 303 376
Decimal 174 195 254
Hex AE C3 FE

RGB Percentages of Color #aec3fe

%27.93
%31.30
%40.77

CMYK Percentages of Color #aec3fe

%31
%23
%0
%0

Triadic Colors of #aec3fe

#aec3fe #feaec3 #c3feae

Analogous Colors of #aec3fe

#aec3fe #c1aefe #aeebfe

Monochromatic Colors of #aec3fe

#aec3fe

Complementary Color

#aec3fe #fee9ae

#aec3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec3fe Color CSS Codes

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

#aec3fe Text Font Color

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

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


#aec3fe Background Color

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

This div background color is #aec3fe


#aec3fe Border Color

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

This div border color is #aec3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec3fe


Comments

No comments written yet.

Please login to write comment.