Color Hex Logo

#aeafe8 Color Hex

#AEAFE8
(174,175,232)
0 Favorites   0 Comments

Color spaces of #aeafe8

RGB 174175232
HSL0.660.560.80
HSV239°25°91°
CMYK 0.250.250.00   0.09
XYZ47.351045.484882.6277
Yxy45.48480.26990.2592
Hunter Lab67.44247.2998-25.4300
CIE-Lab73.210011.8438-28.6150

#aeafe8 color RGB value is (174,175,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11101000
Octal 256 257 350
Decimal 174 175 232
Hex AE AF E8

RGB Percentages of Color #aeafe8

%29.95
%30.12
%39.93

CMYK Percentages of Color #aeafe8

%25
%25
%0
%9

Triadic Colors of #aeafe8

#aeafe8 #e8aeaf #afe8ae

Analogous Colors of #aeafe8

#aeafe8 #caaee8 #aecce8

Monochromatic Colors of #aeafe8

#aeafe8

Complementary Color

#aeafe8 #e8e7ae

#aeafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafe8 Color CSS Codes

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

#aeafe8 Text Font Color

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

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


#aeafe8 Background Color

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

This div background color is #aeafe8


#aeafe8 Border Color

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

This div border color is #aeafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafe8


Comments

No comments written yet.

Please login to write comment.