Color Hex Logo

#aebdd8 Color Hex

#AEBDD8
(174,189,216)
0 Favorites   0 Comments

Color spaces of #aebdd8

RGB 174189216
HSL0.610.350.76
HSV219°19°85°
CMYK 0.190.130.00   0.15
XYZ48.047850.351772.1522
Yxy50.35170.28170.2952
Hunter Lab70.9589-3.3120-10.6158
CIE-Lab76.28460.5258-15.2538

#aebdd8 color RGB value is (174,189,216).

#aebdd8 hex color red value is 174, green value is 189 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aebdd8 hue: 0.61 , saturation: 0.35 and the lightness value of aebdd8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011000
Octal 256 275 330
Decimal 174 189 216
Hex AE BD D8

RGB Percentages of Color #aebdd8

%30.05
%32.64
%37.31

CMYK Percentages of Color #aebdd8

%19
%13
%0
%15

Triadic Colors of #aebdd8

#aebdd8 #d8aebd #bdd8ae

Analogous Colors of #aebdd8

#aebdd8 #b4aed8 #aed2d8

Monochromatic Colors of #aebdd8

#aebdd8

Complementary Color

#aebdd8 #d8c9ae

#aebdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdd8 Color CSS Codes

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

#aebdd8 Text Font Color

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

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


#aebdd8 Background Color

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

This div background color is #aebdd8


#aebdd8 Border Color

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

This div border color is #aebdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdd8


Comments

No comments written yet.

Please login to write comment.