Color Hex Logo

#aebede Color Hex

#AEBEDE
(174,190,222)
0 Favorites   0 Comments

Color spaces of #aebede

RGB 174190222
HSL0.610.420.78
HSV220°22°87°
CMYK 0.220.140.00   0.13
XYZ49.053851.099576.3850
Yxy51.09950.27790.2895
Hunter Lab71.4839-2.6063-13.3163
CIE-Lab76.73921.3269-17.8151

#aebede color RGB value is (174,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11011110
Octal 256 276 336
Decimal 174 190 222
Hex AE BE DE

RGB Percentages of Color #aebede

%29.69
%32.42
%37.88

CMYK Percentages of Color #aebede

%22
%14
%0
%13

Triadic Colors of #aebede

#aebede #deaebe #bedeae

Analogous Colors of #aebede

#aebede #b6aede #aed6de

Monochromatic Colors of #aebede

#aebede

Complementary Color

#aebede #deceae

#aebede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebede Color CSS Codes

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

#aebede Text Font Color

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

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


#aebede Background Color

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

This div background color is #aebede


#aebede Border Color

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

This div border color is #aebede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebede


Comments

No comments written yet.

Please login to write comment.