Color Hex Logo

#aec7ef Color Hex

#AEC7EF
(174,199,239)
0 Favorites   0 Comments

Color spaces of #aec7ef

RGB 174199239
HSL0.600.670.81
HSV217°27°94°
CMYK 0.270.170.00   0.06
XYZ53.459056.077589.6678
Yxy56.07750.26840.2815
Hunter Lab74.8849-3.6206-18.5749
CIE-Lab79.65790.4096-22.5384

#aec7ef color RGB value is (174,199,239).

#aec7ef hex color red value is 174, green value is 199 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aec7ef hue: 0.60 , saturation: 0.67 and the lightness value of aec7ef is 0.81.

The process color (four color CMYK) of #aec7ef color hex is 0.27, 0.17, 0.00, 0.06. Web safe color of #aec7ef is #99ccff. Color #aec7ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 11101111
Octal 256 307 357
Decimal 174 199 239
Hex AE C7 EF

RGB Percentages of Color #aec7ef

%28.43
%32.52
%39.05

CMYK Percentages of Color #aec7ef

%27
%17
%0
%6

Triadic Colors of #aec7ef

#aec7ef #efaec7 #c7efae

Analogous Colors of #aec7ef

#aec7ef #b6aeef #aee8ef

Monochromatic Colors of #aec7ef

#aec7ef

Complementary Color

#aec7ef #efd6ae

#aec7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec7ef Color CSS Codes

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

#aec7ef Text Font Color

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

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


#aec7ef Background Color

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

This div background color is #aec7ef


#aec7ef Border Color

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

This div border color is #aec7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec7ef


Comments

No comments written yet.

Please login to write comment.