Color Hex Logo

#aecede Color Hex

#AECEDE
(174,206,222)
0 Favorites   0 Comments

Color spaces of #aecede

RGB 174206222
HSL0.560.420.78
HSV200°22°87°
CMYK 0.220.070.00   0.13
XYZ52.711758.415277.6043
Yxy58.41520.27930.3095
Hunter Lab76.4298-10.6453-6.7002
CIE-Lab80.9691-7.1742-11.4628

#aecede color RGB value is (174,206,222).

#aecede hex color red value is 174, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aecede hue: 0.56 , saturation: 0.42 and the lightness value of aecede is 0.78.

The process color (four color CMYK) of #aecede color hex is 0.22, 0.07, 0.00, 0.13. Web safe color of #aecede is #99cccc. Color #aecede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11011110
Octal 256 316 336
Decimal 174 206 222
Hex AE CE DE

RGB Percentages of Color #aecede

%28.90
%34.22
%36.88

CMYK Percentages of Color #aecede

%22
%7
%0
%13

Triadic Colors of #aecede

#aecede #deaece #cedeae

Analogous Colors of #aecede

#aecede #aeb6de #aeded6

Monochromatic Colors of #aecede

#aecede

Complementary Color

#aecede #debeae

#aecede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecede Color CSS Codes

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

#aecede Text Font Color

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

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


#aecede Background Color

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

This div background color is #aecede


#aecede Border Color

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

This div border color is #aecede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecede

#aecede Color Palettes


Comments

No comments written yet.

Please login to write comment.