Color Hex Logo

#aecdea Color Hex

#AECDEA
(174,205,234)
0 Favorites   0 Comments

Color spaces of #aecdea

RGB 174205234
HSL0.580.590.80
HSV209°26°92°
CMYK 0.260.120.00   0.08
XYZ54.138258.601886.2998
Yxy58.60180.27200.2944
Hunter Lab76.5518-7.7287-13.2536
CIE-Lab81.0722-3.9460-17.7228

#aecdea color RGB value is (174,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11101010
Octal 256 315 352
Decimal 174 205 234
Hex AE CD EA

RGB Percentages of Color #aecdea

%28.38
%33.44
%38.17

CMYK Percentages of Color #aecdea

%26
%12
%0
%8

Triadic Colors of #aecdea

#aecdea #eaaecd #cdeaae

Analogous Colors of #aecdea

#aecdea #aeafea #aeeae9

Monochromatic Colors of #aecdea

#aecdea

Complementary Color

#aecdea #eacbae

#aecdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdea Color CSS Codes

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

#aecdea Text Font Color

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

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


#aecdea Background Color

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

This div background color is #aecdea


#aecdea Border Color

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

This div border color is #aecdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdea

#aecdea Color Palettes


Comments

No comments written yet.

Please login to write comment.