Color Hex Logo

#aebcde Color Hex

#AEBCDE
(174,188,222)
0 Favorites   0 Comments

Color spaces of #aebcde

RGB 174188222
HSL0.620.420.78
HSV223°22°87°
CMYK 0.220.150.00   0.13
XYZ48.623650.239076.2416
Yxy50.23900.27770.2869
Hunter Lab70.8795-1.5874-14.1597
CIE-Lab76.21572.4075-18.6064

#aebcde color RGB value is (174,188,222).

#aebcde hex color red value is 174, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aebcde hue: 0.62 , saturation: 0.42 and the lightness value of aebcde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11011110
Octal 256 274 336
Decimal 174 188 222
Hex AE BC DE

RGB Percentages of Color #aebcde

%29.79
%32.19
%38.01

CMYK Percentages of Color #aebcde

%22
%15
%0
%13

Triadic Colors of #aebcde

#aebcde #deaebc #bcdeae

Analogous Colors of #aebcde

#aebcde #b8aede #aed4de

Monochromatic Colors of #aebcde

#aebcde

Complementary Color

#aebcde #ded0ae

#aebcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcde Color CSS Codes

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

#aebcde Text Font Color

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

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


#aebcde Background Color

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

This div background color is #aebcde


#aebcde Border Color

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

This div border color is #aebcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcde


Comments

No comments written yet.

Please login to write comment.