Color Hex Logo

#aebade Color Hex

#AEBADE
(174,186,222)
0 Favorites   0 Comments

Color spaces of #aebade

RGB 174186222
HSL0.630.420.78
HSV225°22°87°
CMYK 0.220.160.00   0.13
XYZ48.199349.390476.1002
Yxy49.39040.27750.2844
Hunter Lab70.2783-0.5655-15.0068
CIE-Lab75.69363.4917-19.3968

#aebade color RGB value is (174,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11011110
Octal 256 272 336
Decimal 174 186 222
Hex AE BA DE

RGB Percentages of Color #aebade

%29.90
%31.96
%38.14

CMYK Percentages of Color #aebade

%22
%16
%0
%13

Triadic Colors of #aebade

#aebade #deaeba #badeae

Analogous Colors of #aebade

#aebade #baaede #aed2de

Monochromatic Colors of #aebade

#aebade

Complementary Color

#aebade #ded2ae

#aebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebade Color CSS Codes

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

#aebade Text Font Color

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

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


#aebade Background Color

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

This div background color is #aebade


#aebade Border Color

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

This div border color is #aebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebade


Comments

No comments written yet.

Please login to write comment.