Color Hex Logo

#aec7ff Color Hex

#AEC7FF
(174,199,255)
0 Favorites   0 Comments

Color spaces of #aec7ff

RGB 174199255
HSL0.621.000.84
HSV221°32°100°
CMYK 0.320.220.00   0.00
XYZ55.929057.0655102.6747
Yxy57.06550.25930.2646
Hunter Lab75.5417-0.0415-27.7065
CIE-Lab80.21644.2633-30.2338

#aec7ff color RGB value is (174,199,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 11111111
Octal 256 307 377
Decimal 174 199 255
Hex AE C7 FF

RGB Percentages of Color #aec7ff

%27.71
%31.69
%40.61

CMYK Percentages of Color #aec7ff

%32
%22
%0
%0

Triadic Colors of #aec7ff

#aec7ff #ffaec7 #c7ffae

Analogous Colors of #aec7ff

#aec7ff #beaeff #aef0ff

Monochromatic Colors of #aec7ff

#aec7ff

Complementary Color

#aec7ff #ffe6ae

#aec7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec7ff Color CSS Codes

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

#aec7ff Text Font Color

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

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


#aec7ff Background Color

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

This div background color is #aec7ff


#aec7ff Border Color

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

This div border color is #aec7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.