Color Hex Logo

#aee6ef Color Hex

#AEE6EF
(174,230,239)
0 Favorites   0 Comments

Color spaces of #aee6ef

RGB 174230239
HSL0.520.670.81
HSV188°27°94°
CMYK 0.270.040.00   0.06
XYZ61.332471.824392.2923
Yxy71.82430.27200.3186
Hunter Lab84.7492-19.1320-5.2426
CIE-Lab87.8840-15.7059-10.1670

#aee6ef color RGB value is (174,230,239).

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

The process color (four color CMYK) of #aee6ef color hex is 0.27, 0.04, 0.00, 0.06. Web safe color of #aee6ef is #99ffff. Color #aee6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 11101111
Octal 256 346 357
Decimal 174 230 239
Hex AE E6 EF

RGB Percentages of Color #aee6ef

%27.06
%35.77
%37.17

CMYK Percentages of Color #aee6ef

%27
%4
%0
%6

Triadic Colors of #aee6ef

#aee6ef #efaee6 #e6efae

Analogous Colors of #aee6ef

#aee6ef #aec6ef #aeefd8

Monochromatic Colors of #aee6ef

#aee6ef

Complementary Color

#aee6ef #efb7ae

#aee6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee6ef Color CSS Codes

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

#aee6ef Text Font Color

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

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


#aee6ef Background Color

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

This div background color is #aee6ef


#aee6ef Border Color

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

This div border color is #aee6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee6ef


Comments

No comments written yet.

Please login to write comment.