Color Hex Logo

#aeafda Color Hex

#AEAFDA
(174,175,218)
0 Favorites   0 Comments

Color spaces of #aeafda

RGB 174175218
HSL0.660.370.77
HSV239°20°85°
CMYK 0.200.200.00   0.15
XYZ45.440444.720672.5666
Yxy44.72060.27920.2748
Hunter Lab66.87354.2619-17.5261
CIE-Lab72.70758.6050-21.7544

#aeafda color RGB value is (174,175,218).

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

The process color (four color CMYK) of #aeafda color hex is 0.20, 0.20, 0.00, 0.15. Web safe color of #aeafda is #9999cc. Color #aeafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11011010
Octal 256 257 332
Decimal 174 175 218
Hex AE AF DA

RGB Percentages of Color #aeafda

%30.69
%30.86
%38.45

CMYK Percentages of Color #aeafda

%20
%20
%0
%15

Triadic Colors of #aeafda

#aeafda #daaeaf #afdaae

Analogous Colors of #aeafda

#aeafda #c3aeda #aec5da

Monochromatic Colors of #aeafda

#aeafda

Complementary Color

#aeafda #dad9ae

#aeafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafda Color CSS Codes

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

#aeafda Text Font Color

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

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


#aeafda Background Color

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

This div background color is #aeafda


#aeafda Border Color

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

This div border color is #aeafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafda


Comments

No comments written yet.

Please login to write comment.