Color Hex Logo

#aecacd Color Hex

#AECACD
(174,202,205)
0 Favorites   0 Comments

Color spaces of #aecacd

RGB 174202205
HSL0.520.240.74
HSV186°15°80°
CMYK 0.150.010.00   0.20
XYZ49.595555.647565.8847
Yxy55.64750.28980.3252
Hunter Lab74.5973-11.8706-0.1472
CIE-Lab79.4128-8.7261-4.6580

#aecacd color RGB value is (174,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11001101
Octal 256 312 315
Decimal 174 202 205
Hex AE CA CD

RGB Percentages of Color #aecacd

%29.95
%34.77
%35.28

CMYK Percentages of Color #aecacd

%15
%1
%0
%20

Triadic Colors of #aecacd

#aecacd #cdaeca #cacdae

Analogous Colors of #aecacd

#aecacd #aebbcd #aecdc1

Monochromatic Colors of #aecacd

#aecacd

Complementary Color

#aecacd #cdb1ae

#aecacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecacd Color CSS Codes

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

#aecacd Text Font Color

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

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


#aecacd Background Color

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

This div background color is #aecacd


#aecacd Border Color

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

This div border color is #aecacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecacd


Comments

No comments written yet.

Please login to write comment.