Color Hex Logo

#aebccd Color Hex

#AEBCCD
(174,188,205)
0 Favorites   0 Comments

Color spaces of #aebccd

RGB 174188205
HSL0.590.240.74
HSV213°15°80°
CMYK 0.150.080.00   0.20
XYZ46.458249.372964.8389
Yxy49.37290.28920.3073
Hunter Lab70.2659-4.9451-5.5247
CIE-Lab75.6827-1.3217-10.1893

#aebccd color RGB value is (174,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11001101
Octal 256 274 315
Decimal 174 188 205
Hex AE BC CD

RGB Percentages of Color #aebccd

%30.69
%33.16
%36.16

CMYK Percentages of Color #aebccd

%15
%8
%0
%20

Triadic Colors of #aebccd

#aebccd #cdaebc #bccdae

Analogous Colors of #aebccd

#aebccd #b0aecd #aecccd

Monochromatic Colors of #aebccd

#aebccd

Complementary Color

#aebccd #cdbfae

#aebccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebccd Color CSS Codes

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

#aebccd Text Font Color

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

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


#aebccd Background Color

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

This div background color is #aebccd


#aebccd Border Color

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

This div border color is #aebccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebccd


Comments

No comments written yet.

Please login to write comment.