Color Hex Logo

#aeeced Color Hex

#AEECED
(174,236,237)
0 Favorites   0 Comments

Color spaces of #aeeced

RGB 174236237
HSL0.500.640.81
HSV181°27°93°
CMYK 0.270.000.00   0.07
XYZ62.737175.104091.3107
Yxy75.10400.27380.3277
Hunter Lab86.6626-22.4391-1.8062
CIE-Lab89.4417-19.1466-6.8078

#aeeced color RGB value is (174,236,237).

#aeeced hex color red value is 174, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aeeced hue: 0.50 , saturation: 0.64 and the lightness value of aeeced is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11101101
Octal 256 354 355
Decimal 174 236 237
Hex AE EC ED

RGB Percentages of Color #aeeced

%26.89
%36.48
%36.63

CMYK Percentages of Color #aeeced

%27
%0
%0
%7

Triadic Colors of #aeeced

#aeeced #edaeec #ecedae

Analogous Colors of #aeeced

#aeeced #aecded #aeedcf

Monochromatic Colors of #aeeced

#aeeced

Complementary Color

#aeeced #edafae

#aeeced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeced Color CSS Codes

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

#aeeced Text Font Color

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

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


#aeeced Background Color

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

This div background color is #aeeced


#aeeced Border Color

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

This div border color is #aeeced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeced


Comments

No comments written yet.

Please login to write comment.