Color Hex Logo

#aebad7 Color Hex

#AEBAD7
(174,186,215)
0 Favorites   0 Comments

Color spaces of #aebad7

RGB 174186215
HSL0.620.340.76
HSV222°19°84°
CMYK 0.190.130.00   0.16
XYZ47.280249.022871.2604
Yxy49.02280.28220.2926
Hunter Lab70.0163-1.9920-11.3321
CIE-Lab75.46551.9240-15.9447

#aebad7 color RGB value is (174,186,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11010111
Octal 256 272 327
Decimal 174 186 215
Hex AE BA D7

RGB Percentages of Color #aebad7

%30.26
%32.35
%37.39

CMYK Percentages of Color #aebad7

%19
%13
%0
%16

Triadic Colors of #aebad7

#aebad7 #d7aeba #bad7ae

Analogous Colors of #aebad7

#aebad7 #b7aed7 #aecfd7

Monochromatic Colors of #aebad7

#aebad7

Complementary Color

#aebad7 #d7cbae

#aebad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebad7 Color CSS Codes

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

#aebad7 Text Font Color

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

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


#aebad7 Background Color

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

This div background color is #aebad7


#aebad7 Border Color

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

This div border color is #aebad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebad7


Comments

No comments written yet.

Please login to write comment.