Color Hex Logo

#aec5cd Color Hex

#AEC5CD
(174,197,205)
0 Favorites   0 Comments

Color spaces of #aec5cd

RGB 174197205
HSL0.540.240.74
HSV195°15°80°
CMYK 0.150.040.00   0.20
XYZ48.441353.339065.4999
Yxy53.33900.28960.3189
Hunter Lab73.0336-9.4142-2.0506
CIE-Lab78.0747-6.1058-6.6350

#aec5cd color RGB value is (174,197,205).

#aec5cd hex color red value is 174, green value is 197 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aec5cd hue: 0.54 , saturation: 0.24 and the lightness value of aec5cd is 0.74.

The process color (four color CMYK) of #aec5cd color hex is 0.15, 0.04, 0.00, 0.20. Web safe color of #aec5cd is #99cccc. Color #aec5cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 11001101
Octal 256 305 315
Decimal 174 197 205
Hex AE C5 CD

RGB Percentages of Color #aec5cd

%30.21
%34.20
%35.59

CMYK Percentages of Color #aec5cd

%15
%4
%0
%20

Triadic Colors of #aec5cd

#aec5cd #cdaec5 #c5cdae

Analogous Colors of #aec5cd

#aec5cd #aeb6cd #aecdc6

Monochromatic Colors of #aec5cd

#aec5cd

Complementary Color

#aec5cd #cdb6ae

#aec5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec5cd Color CSS Codes

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

#aec5cd Text Font Color

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

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


#aec5cd Background Color

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

This div background color is #aec5cd


#aec5cd Border Color

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

This div border color is #aec5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec5cd


Comments

No comments written yet.

Please login to write comment.