Color Hex Logo

#aebeeb Color Hex

#AEBEEB
(174,190,235)
0 Favorites   0 Comments

Color spaces of #aebeeb

RGB 174190235
HSL0.620.600.80
HSV224°26°92°
CMYK 0.260.190.00   0.08
XYZ50.864451.823785.9194
Yxy51.82370.26970.2748
Hunter Lab71.98870.1410-20.3713
CIE-Lab77.17534.3223-24.1693

#aebeeb color RGB value is (174,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11101011
Octal 256 276 353
Decimal 174 190 235
Hex AE BE EB

RGB Percentages of Color #aebeeb

%29.05
%31.72
%39.23

CMYK Percentages of Color #aebeeb

%26
%19
%0
%8

Triadic Colors of #aebeeb

#aebeeb #ebaebe #beebae

Analogous Colors of #aebeeb

#aebeeb #bdaeeb #aeddeb

Monochromatic Colors of #aebeeb

#aebeeb

Complementary Color

#aebeeb #ebdbae

#aebeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeeb Color CSS Codes

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

#aebeeb Text Font Color

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

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


#aebeeb Background Color

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

This div background color is #aebeeb


#aebeeb Border Color

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

This div border color is #aebeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,190,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 #aebeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeeb


Comments

No comments written yet.

Please login to write comment.