Color Hex Logo

#aebde8 Color Hex

#AEBDE8
(174,189,232)
0 Favorites   0 Comments

Color spaces of #aebde8

RGB 174189232
HSL0.620.560.80
HSV224°25°91°
CMYK 0.250.190.00   0.09
XYZ50.218651.220183.5836
Yxy51.22010.27140.2768
Hunter Lab71.56820.0070-19.1463
CIE-Lab76.81214.1623-23.1052

#aebde8 color RGB value is (174,189,232).

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

The process color (four color CMYK) of #aebde8 color hex is 0.25, 0.19, 0.00, 0.09. Web safe color of #aebde8 is #99ccff. Color #aebde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11101000
Octal 256 275 350
Decimal 174 189 232
Hex AE BD E8

RGB Percentages of Color #aebde8

%29.24
%31.76
%38.99

CMYK Percentages of Color #aebde8

%25
%19
%0
%9

Triadic Colors of #aebde8

#aebde8 #e8aebd #bde8ae

Analogous Colors of #aebde8

#aebde8 #bcaee8 #aedae8

Monochromatic Colors of #aebde8

#aebde8

Complementary Color

#aebde8 #e8d9ae

#aebde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebde8 Color CSS Codes

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

#aebde8 Text Font Color

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

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


#aebde8 Background Color

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

This div background color is #aebde8


#aebde8 Border Color

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

This div border color is #aebde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebde8


Comments

No comments written yet.

Please login to write comment.