Color Hex Logo

#aec9ff Color Hex

#AEC9FF
(174,201,255)
0 Favorites   0 Comments

Color spaces of #aec9ff

RGB 174201255
HSL0.611.000.84
HSV220°32°100°
CMYK 0.320.210.00   0.00
XYZ56.392257.9920102.8291
Yxy57.99200.25960.2670
Hunter Lab76.1525-1.0846-26.7529
CIE-Lab80.73433.1844-29.4391

#aec9ff color RGB value is (174,201,255).

#aec9ff hex color red value is 174, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aec9ff hue: 0.61 , saturation: 1.00 and the lightness value of aec9ff is 0.84.

The process color (four color CMYK) of #aec9ff color hex is 0.32, 0.21, 0.00, 0.00. Web safe color of #aec9ff is #99ccff. Color #aec9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 11111111
Octal 256 311 377
Decimal 174 201 255
Hex AE C9 FF

RGB Percentages of Color #aec9ff

%27.62
%31.90
%40.48

CMYK Percentages of Color #aec9ff

%32
%21
%0
%0

Triadic Colors of #aec9ff

#aec9ff #ffaec9 #c9ffae

Analogous Colors of #aec9ff

#aec9ff #bcaeff #aef2ff

Monochromatic Colors of #aec9ff

#aec9ff

Complementary Color

#aec9ff #ffe4ae

#aec9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec9ff Color CSS Codes

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

#aec9ff Text Font Color

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

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


#aec9ff Background Color

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

This div background color is #aec9ff


#aec9ff Border Color

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

This div border color is #aec9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec9ff

#aec9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.