Color Hex Logo

#aebad5 Color Hex

#AEBAD5
(174,186,213)
0 Favorites   0 Comments

Color spaces of #aebad5

RGB 174186213
HSL0.620.320.76
HSV222°18°84°
CMYK 0.180.130.00   0.16
XYZ47.024748.920669.9149
Yxy48.92060.28350.2950
Hunter Lab69.9433-2.3905-10.3057
CIE-Lab75.40191.4832-14.9545

#aebad5 color RGB value is (174,186,213).

#aebad5 hex color red value is 174, green value is 186 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aebad5 hue: 0.62 , saturation: 0.32 and the lightness value of aebad5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11010101
Octal 256 272 325
Decimal 174 186 213
Hex AE BA D5

RGB Percentages of Color #aebad5

%30.37
%32.46
%37.17

CMYK Percentages of Color #aebad5

%18
%13
%0
%16

Triadic Colors of #aebad5

#aebad5 #d5aeba #bad5ae

Analogous Colors of #aebad5

#aebad5 #b6aed5 #aeced5

Monochromatic Colors of #aebad5

#aebad5

Complementary Color

#aebad5 #d5c9ae

#aebad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebad5 Color CSS Codes

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

#aebad5 Text Font Color

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

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


#aebad5 Background Color

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

This div background color is #aebad5


#aebad5 Border Color

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

This div border color is #aebad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebad5


Comments

No comments written yet.

Please login to write comment.