Color Hex Logo

#aeafe7 Color Hex

#AEAFE7
(174,175,231)
0 Favorites   0 Comments

Color spaces of #aeafe7

RGB 174175231
HSL0.660.540.79
HSV239°25°91°
CMYK 0.250.240.00   0.09
XYZ47.209345.428181.8816
Yxy45.42810.27050.2603
Hunter Lab67.40047.0763-24.8484
CIE-Lab73.172911.6078-28.1282

#aeafe7 color RGB value is (174,175,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11100111
Octal 256 257 347
Decimal 174 175 231
Hex AE AF E7

RGB Percentages of Color #aeafe7

%30.00
%30.17
%39.83

CMYK Percentages of Color #aeafe7

%25
%24
%0
%9

Triadic Colors of #aeafe7

#aeafe7 #e7aeaf #afe7ae

Analogous Colors of #aeafe7

#aeafe7 #caaee7 #aecce7

Monochromatic Colors of #aeafe7

#aeafe7

Complementary Color

#aeafe7 #e7e6ae

#aeafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafe7 Color CSS Codes

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

#aeafe7 Text Font Color

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

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


#aeafe7 Background Color

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

This div background color is #aeafe7


#aeafe7 Border Color

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

This div border color is #aeafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafe7


Comments

No comments written yet.

Please login to write comment.