Color Hex Logo

#aebdd6 Color Hex

#AEBDD6
(174,189,214)
0 Favorites   0 Comments

Color spaces of #aebdd6

RGB 174189214
HSL0.600.330.76
HSV218°19°84°
CMYK 0.190.120.00   0.16
XYZ47.790850.248970.7985
Yxy50.24890.28310.2976
Hunter Lab70.8865-3.7087-9.5959
CIE-Lab76.22180.0852-14.2648

#aebdd6 color RGB value is (174,189,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11010110
Octal 256 275 326
Decimal 174 189 214
Hex AE BD D6

RGB Percentages of Color #aebdd6

%30.16
%32.76
%37.09

CMYK Percentages of Color #aebdd6

%19
%12
%0
%16

Triadic Colors of #aebdd6

#aebdd6 #d6aebd #bdd6ae

Analogous Colors of #aebdd6

#aebdd6 #b3aed6 #aed1d6

Monochromatic Colors of #aebdd6

#aebdd6

Complementary Color

#aebdd6 #d6c7ae

#aebdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdd6 Color CSS Codes

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

#aebdd6 Text Font Color

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

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


#aebdd6 Background Color

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

This div background color is #aebdd6


#aebdd6 Border Color

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

This div border color is #aebdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdd6


Comments

No comments written yet.

Please login to write comment.