Color Hex Logo

#aecdeb Color Hex

#AECDEB
(174,205,235)
0 Favorites   0 Comments

Color spaces of #aecdeb

RGB 174205235
HSL0.580.600.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ54.282358.659587.0587
Yxy58.65950.27140.2933
Hunter Lab76.5895-7.5209-13.7819
CIE-Lab81.1041-3.7159-18.2088

#aecdeb color RGB value is (174,205,235).

#aecdeb hex color red value is 174, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aecdeb hue: 0.58 , saturation: 0.60 and the lightness value of aecdeb is 0.80.

The process color (four color CMYK) of #aecdeb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #aecdeb is #99ccff. Color #aecdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11101011
Octal 256 315 353
Decimal 174 205 235
Hex AE CD EB

RGB Percentages of Color #aecdeb

%28.34
%33.39
%38.27

CMYK Percentages of Color #aecdeb

%26
%13
%0
%8

Triadic Colors of #aecdeb

#aecdeb #ebaecd #cdebae

Analogous Colors of #aecdeb

#aecdeb #aeafeb #aeebeb

Monochromatic Colors of #aecdeb

#aecdeb

Complementary Color

#aecdeb #ebccae

#aecdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdeb Color CSS Codes

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

#aecdeb Text Font Color

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

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


#aecdeb Background Color

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

This div background color is #aecdeb


#aecdeb Border Color

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

This div border color is #aecdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdeb


Comments

No comments written yet.

Please login to write comment.