Color Hex Logo

#aebdcd Color Hex

#AEBDCD
(174,189,205)
0 Favorites   0 Comments

Color spaces of #aebdcd

RGB 174189205
HSL0.590.240.74
HSV211°15°80°
CMYK 0.150.080.00   0.20
XYZ46.672649.801664.9104
Yxy49.80160.28920.3086
Hunter Lab70.5702-5.4445-5.1357
CIE-Lab75.9473-1.8572-9.7949

#aebdcd color RGB value is (174,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11001101
Octal 256 275 315
Decimal 174 189 205
Hex AE BD CD

RGB Percentages of Color #aebdcd

%30.63
%33.27
%36.09

CMYK Percentages of Color #aebdcd

%15
%8
%0
%20

Triadic Colors of #aebdcd

#aebdcd #cdaebd #bdcdae

Analogous Colors of #aebdcd

#aebdcd #afaecd #aecdcd

Monochromatic Colors of #aebdcd

#aebdcd

Complementary Color

#aebdcd #cdbeae

#aebdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdcd Color CSS Codes

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

#aebdcd Text Font Color

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

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


#aebdcd Background Color

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

This div background color is #aebdcd


#aebdcd Border Color

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

This div border color is #aebdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdcd


Comments

No comments written yet.

Please login to write comment.