Color Hex Logo

#aee7eb Color Hex

#AEE7EB
(174,231,235)
0 Favorites   0 Comments

Color spaces of #aee7eb

RGB 174231235
HSL0.510.600.80
HSV184°26°92°
CMYK 0.260.020.00   0.08
XYZ61.026972.148789.3069
Yxy72.14870.27430.3243
Hunter Lab84.9404-20.3993-2.8796
CIE-Lab88.0401-17.0976-7.8345

#aee7eb color RGB value is (174,231,235).

#aee7eb hex color red value is 174, green value is 231 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aee7eb hue: 0.51 , saturation: 0.60 and the lightness value of aee7eb is 0.80.

The process color (four color CMYK) of #aee7eb color hex is 0.26, 0.02, 0.00, 0.08. Web safe color of #aee7eb is #99ffff. Color #aee7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11101011
Octal 256 347 353
Decimal 174 231 235
Hex AE E7 EB

RGB Percentages of Color #aee7eb

%27.19
%36.09
%36.72

CMYK Percentages of Color #aee7eb

%26
%2
%0
%8

Triadic Colors of #aee7eb

#aee7eb #ebaee7 #e7ebae

Analogous Colors of #aee7eb

#aee7eb #aec9eb #aeebd1

Monochromatic Colors of #aee7eb

#aee7eb

Complementary Color

#aee7eb #ebb2ae

#aee7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7eb Color CSS Codes

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

#aee7eb Text Font Color

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

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


#aee7eb Background Color

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

This div background color is #aee7eb


#aee7eb Border Color

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

This div border color is #aee7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7eb


Comments

No comments written yet.

Please login to write comment.