Color Hex Logo

#aecdfa Color Hex

#AECDFA
(174,205,250)
0 Favorites   0 Comments

Color spaces of #aecdfa

RGB 174205250
HSL0.600.880.83
HSV216°30°98°
CMYK 0.300.180.00   0.02
XYZ56.542259.563498.9593
Yxy59.56340.26290.2770
Hunter Lab77.1773-4.2864-21.9995
CIE-Lab81.6003-0.1760-25.4530

#aecdfa color RGB value is (174,205,250).

#aecdfa hex color red value is 174, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aecdfa hue: 0.60 , saturation: 0.88 and the lightness value of aecdfa is 0.83.

The process color (four color CMYK) of #aecdfa color hex is 0.30, 0.18, 0.00, 0.02. Web safe color of #aecdfa is #99ccff. Color #aecdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11111010
Octal 256 315 372
Decimal 174 205 250
Hex AE CD FA

RGB Percentages of Color #aecdfa

%27.66
%32.59
%39.75

CMYK Percentages of Color #aecdfa

%30
%18
%0
%2

Triadic Colors of #aecdfa

#aecdfa #faaecd #cdfaae

Analogous Colors of #aecdfa

#aecdfa #b5aefa #aef3fa

Monochromatic Colors of #aecdfa

#aecdfa

Complementary Color

#aecdfa #fadbae

#aecdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdfa Color CSS Codes

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

#aecdfa Text Font Color

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

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


#aecdfa Background Color

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

This div background color is #aecdfa


#aecdfa Border Color

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

This div border color is #aecdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdfa


Comments

No comments written yet.

Please login to write comment.