Color Hex Logo

#aeaffe Color Hex

#AEAFFE
(174,175,254)
0 Favorites   0 Comments

Color spaces of #aeaffe

RGB 174175254
HSL0.660.980.84
HSV239°31°100°
CMYK 0.310.310.00   0.00
XYZ50.674946.8144100.1312
Yxy46.81440.25640.2369
Hunter Lab68.421012.4662-38.8736
CIE-Lab74.070917.1986-39.1965

#aeaffe color RGB value is (174,175,254).

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

The process color (four color CMYK) of #aeaffe color hex is 0.31, 0.31, 0.00, 0.00. Web safe color of #aeaffe is #9999ff. Color #aeaffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11111110
Octal 256 257 376
Decimal 174 175 254
Hex AE AF FE

RGB Percentages of Color #aeaffe

%28.86
%29.02
%42.12

CMYK Percentages of Color #aeaffe

%31
%31
%0
%0

Triadic Colors of #aeaffe

#aeaffe #feaeaf #affeae

Analogous Colors of #aeaffe

#aeaffe #d5aefe #aed7fe

Monochromatic Colors of #aeaffe

#aeaffe

Complementary Color

#aeaffe #fefdae

#aeaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaffe Color CSS Codes

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

#aeaffe Text Font Color

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

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


#aeaffe Background Color

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

This div background color is #aeaffe


#aeaffe Border Color

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

This div border color is #aeaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.