Color Hex Logo

#aeceea Color Hex

#AECEEA
(174,206,234)
0 Favorites   0 Comments

Color spaces of #aeceea

RGB 174206234
HSL0.580.590.80
HSV208°26°92°
CMYK 0.260.120.00   0.08
XYZ54.378159.081886.3798
Yxy59.08180.27210.2956
Hunter Lab76.8647-8.2330-12.8243
CIE-Lab81.3365-4.4740-17.3243

#aeceea color RGB value is (174,206,234).

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

The process color (four color CMYK) of #aeceea color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #aeceea is #99ccff. Color #aeceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11101010
Octal 256 316 352
Decimal 174 206 234
Hex AE CE EA

RGB Percentages of Color #aeceea

%28.34
%33.55
%38.11

CMYK Percentages of Color #aeceea

%26
%12
%0
%8

Triadic Colors of #aeceea

#aeceea #eaaece #ceeaae

Analogous Colors of #aeceea

#aeceea #aeb0ea #aeeae8

Monochromatic Colors of #aeceea

#aeceea

Complementary Color

#aeceea #eacaae

#aeceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeceea Color CSS Codes

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

#aeceea Text Font Color

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

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


#aeceea Background Color

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

This div background color is #aeceea


#aeceea Border Color

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

This div border color is #aeceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeceea

#aeceea Color Palettes


Comments

No comments written yet.

Please login to write comment.