Color Hex Logo

#aebaeb Color Hex

#AEBAEB
(174,186,235)
0 Favorites   0 Comments

Color spaces of #aebaeb

RGB 174186235
HSL0.630.600.80
HSV228°26°92°
CMYK 0.260.210.00   0.08
XYZ50.009950.114685.6346
Yxy50.11460.26920.2698
Hunter Lab70.79172.2137-22.1672
CIE-Lab76.13956.5007-25.7506

#aebaeb color RGB value is (174,186,235).

#aebaeb hex color red value is 174, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aebaeb hue: 0.63 , saturation: 0.60 and the lightness value of aebaeb is 0.80.

The process color (four color CMYK) of #aebaeb color hex is 0.26, 0.21, 0.00, 0.08. Web safe color of #aebaeb is #99ccff. Color #aebaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11101011
Octal 256 272 353
Decimal 174 186 235
Hex AE BA EB

RGB Percentages of Color #aebaeb

%29.24
%31.26
%39.50

CMYK Percentages of Color #aebaeb

%26
%21
%0
%8

Triadic Colors of #aebaeb

#aebaeb #ebaeba #baebae

Analogous Colors of #aebaeb

#aebaeb #c1aeeb #aed9eb

Monochromatic Colors of #aebaeb

#aebaeb

Complementary Color

#aebaeb #ebdfae

#aebaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaeb Color CSS Codes

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

#aebaeb Text Font Color

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

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


#aebaeb Background Color

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

This div background color is #aebaeb


#aebaeb Border Color

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

This div border color is #aebaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaeb


Comments

No comments written yet.

Please login to write comment.