Color Hex Logo

#aebde5 Color Hex

#AEBDE5
(174,189,229)
0 Favorites   0 Comments

Color spaces of #aebde5

RGB 174189229
HSL0.620.510.79
HSV224°24°90°
CMYK 0.240.170.00   0.10
XYZ49.796051.051081.3580
Yxy51.05100.27330.2802
Hunter Lab71.4500-0.6346-17.4968
CIE-Lab76.70993.4660-21.6415

#aebde5 color RGB value is (174,189,229).

#aebde5 hex color red value is 174, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #aebde5 hue: 0.62 , saturation: 0.51 and the lightness value of aebde5 is 0.79.

The process color (four color CMYK) of #aebde5 color hex is 0.24, 0.17, 0.00, 0.10. Web safe color of #aebde5 is #99cccc. Color #aebde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11100101
Octal 256 275 345
Decimal 174 189 229
Hex AE BD E5

RGB Percentages of Color #aebde5

%29.39
%31.93
%38.68

CMYK Percentages of Color #aebde5

%24
%17
%0
%10

Triadic Colors of #aebde5

#aebde5 #e5aebd #bde5ae

Analogous Colors of #aebde5

#aebde5 #bbaee5 #aed9e5

Monochromatic Colors of #aebde5

#aebde5

Complementary Color

#aebde5 #e5d6ae

#aebde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebde5 Color CSS Codes

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

#aebde5 Text Font Color

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

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


#aebde5 Background Color

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

This div background color is #aebde5


#aebde5 Border Color

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

This div border color is #aebde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebde5


Comments

No comments written yet.

Please login to write comment.