Color Hex Logo

#aec6ef Color Hex

#AEC6EF
(174,198,239)
0 Favorites   0 Comments

Color spaces of #aec6ef

RGB 174198239
HSL0.610.670.81
HSV218°27°94°
CMYK 0.270.170.00   0.06
XYZ53.229655.618889.5914
Yxy55.61880.26820.2803
Hunter Lab74.5780-3.1082-19.0211
CIE-Lab79.39640.9457-22.9361

#aec6ef color RGB value is (174,198,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11101111
Octal 256 306 357
Decimal 174 198 239
Hex AE C6 EF

RGB Percentages of Color #aec6ef

%28.48
%32.41
%39.12

CMYK Percentages of Color #aec6ef

%27
%17
%0
%6

Triadic Colors of #aec6ef

#aec6ef #efaec6 #c6efae

Analogous Colors of #aec6ef

#aec6ef #b7aeef #aee7ef

Monochromatic Colors of #aec6ef

#aec6ef

Complementary Color

#aec6ef #efd7ae

#aec6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6ef Color CSS Codes

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

#aec6ef Text Font Color

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

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


#aec6ef Background Color

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

This div background color is #aec6ef


#aec6ef Border Color

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

This div border color is #aec6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6ef


Comments

No comments written yet.

Please login to write comment.