Color Hex Logo

#aecccd Color Hex

#AECCCD
(174,204,205)
0 Favorites   0 Comments

Color spaces of #aecccd

RGB 174204205
HSL0.510.240.74
HSV182°15°80°
CMYK 0.150.000.00   0.20
XYZ50.067956.592266.0421
Yxy56.59220.28990.3277
Hunter Lab75.2278-12.84780.6091
CIE-Lab79.9497-9.7663-3.8669

#aecccd color RGB value is (174,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11001101
Octal 256 314 315
Decimal 174 204 205
Hex AE CC CD

RGB Percentages of Color #aecccd

%29.85
%34.99
%35.16

CMYK Percentages of Color #aecccd

%15
%0
%0
%20

Triadic Colors of #aecccd

#aecccd #cdaecc #cccdae

Analogous Colors of #aecccd

#aecccd #aebdcd #aecdbf

Monochromatic Colors of #aecccd

#aecccd

Complementary Color

#aecccd #cdafae

#aecccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecccd Color CSS Codes

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

#aecccd Text Font Color

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

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


#aecccd Background Color

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

This div background color is #aecccd


#aecccd Border Color

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

This div border color is #aecccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecccd


Comments

No comments written yet.

Please login to write comment.