Color Hex Logo

#aeafed Color Hex

#AEAFED
(174,175,237)
0 Favorites   0 Comments

Color spaces of #aeafed

RGB 174175237
HSL0.660.640.81
HSV239°27°93°
CMYK 0.270.260.00   0.07
XYZ48.071645.773086.4222
Yxy45.77300.26670.2539
Hunter Lab67.65578.4325-28.3769
CIE-Lab73.398013.0339-31.0417

#aeafed color RGB value is (174,175,237).

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

The process color (four color CMYK) of #aeafed color hex is 0.27, 0.26, 0.00, 0.07. Web safe color of #aeafed is #9999ff. Color #aeafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11101101
Octal 256 257 355
Decimal 174 175 237
Hex AE AF ED

RGB Percentages of Color #aeafed

%29.69
%29.86
%40.44

CMYK Percentages of Color #aeafed

%27
%26
%0
%7

Triadic Colors of #aeafed

#aeafed #edaeaf #afedae

Analogous Colors of #aeafed

#aeafed #cdaeed #aecfed

Monochromatic Colors of #aeafed

#aeafed

Complementary Color

#aeafed #edecae

#aeafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafed Color CSS Codes

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

#aeafed Text Font Color

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

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


#aeafed Background Color

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

This div background color is #aeafed


#aeafed Border Color

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

This div border color is #aeafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafed


Comments

No comments written yet.

Please login to write comment.