Color Hex Logo

#aecffa Color Hex

#AECFFA
(174,207,250)
0 Favorites   0 Comments

Color spaces of #aecffa

RGB 174207250
HSL0.590.880.83
HSV214°30°98°
CMYK 0.300.170.00   0.02
XYZ57.023760.526499.1198
Yxy60.52640.26320.2793
Hunter Lab77.7987-5.3136-21.0796
CIE-Lab82.1235-1.2408-24.6557

#aecffa color RGB value is (174,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111010
Octal 256 317 372
Decimal 174 207 250
Hex AE CF FA

RGB Percentages of Color #aecffa

%27.58
%32.81
%39.62

CMYK Percentages of Color #aecffa

%30
%17
%0
%2

Triadic Colors of #aecffa

#aecffa #faaecf #cffaae

Analogous Colors of #aecffa

#aecffa #b3aefa #aef5fa

Monochromatic Colors of #aecffa

#aecffa

Complementary Color

#aecffa #fad9ae

#aecffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecffa Color CSS Codes

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

#aecffa Text Font Color

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

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


#aecffa Background Color

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

This div background color is #aecffa


#aecffa Border Color

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

This div border color is #aecffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,207,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 #aecffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecffa


Comments

No comments written yet.

Please login to write comment.