Color Hex Logo

#aeeaec Color Hex

#AEEAEC
(174,234,236)
0 Favorites   0 Comments

Color spaces of #aeeaec

RGB 174234236
HSL0.510.620.80
HSV182°26°93°
CMYK 0.260.010.00   0.07
XYZ62.018773.900490.3524
Yxy73.90040.27410.3266
Hunter Lab85.9653-21.6626-2.1400
CIE-Lab88.8754-18.3737-7.1221

#aeeaec color RGB value is (174,234,236).

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

The process color (four color CMYK) of #aeeaec color hex is 0.26, 0.01, 0.00, 0.07. Web safe color of #aeeaec is #99ffff. Color #aeeaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11101100
Octal 256 352 354
Decimal 174 234 236
Hex AE EA EC

RGB Percentages of Color #aeeaec

%27.02
%36.34
%36.65

CMYK Percentages of Color #aeeaec

%26
%1
%0
%7

Triadic Colors of #aeeaec

#aeeaec #ecaeea #eaecae

Analogous Colors of #aeeaec

#aeeaec #aecbec #aeeccf

Monochromatic Colors of #aeeaec

#aeeaec

Complementary Color

#aeeaec #ecb0ae

#aeeaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaec Color CSS Codes

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

#aeeaec Text Font Color

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

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


#aeeaec Background Color

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

This div background color is #aeeaec


#aeeaec Border Color

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

This div border color is #aeeaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaec


Comments

No comments written yet.

Please login to write comment.