Color Hex Logo

#aecaed Color Hex

#AECAED
(174,202,237)
0 Favorites   0 Comments

Color spaces of #aecaed

RGB 174202237
HSL0.590.640.81
HSV213°27°93°
CMYK 0.270.150.00   0.07
XYZ53.862257.354288.3524
Yxy57.35420.26990.2874
Hunter Lab75.7326-5.5799-16.1571
CIE-Lab80.3784-1.6609-20.3750

#aecaed color RGB value is (174,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11101101
Octal 256 312 355
Decimal 174 202 237
Hex AE CA ED

RGB Percentages of Color #aecaed

%28.38
%32.95
%38.66

CMYK Percentages of Color #aecaed

%27
%15
%0
%7

Triadic Colors of #aecaed

#aecaed #edaeca #caedae

Analogous Colors of #aecaed

#aecaed #b2aeed #aeeaed

Monochromatic Colors of #aecaed

#aecaed

Complementary Color

#aecaed #edd1ae

#aecaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaed Color CSS Codes

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

#aecaed Text Font Color

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

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


#aecaed Background Color

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

This div background color is #aecaed


#aecaed Border Color

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

This div border color is #aecaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaed


Comments

No comments written yet.

Please login to write comment.