Color Hex Logo

#aeb1ea Color Hex

#AEB1EA
(174,177,234)
0 Favorites   0 Comments

Color spaces of #aeb1ea

RGB 174177234
HSL0.660.590.80
HSV237°26°92°
CMYK 0.260.240.00   0.08
XYZ48.029046.383584.2634
Yxy46.38350.26880.2596
Hunter Lab68.10546.6964-25.6827
CIE-Lab73.793711.2106-28.8045

#aeb1ea color RGB value is (174,177,234).

#aeb1ea hex color red value is 174, green value is 177 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aeb1ea hue: 0.66 , saturation: 0.59 and the lightness value of aeb1ea is 0.80.

The process color (four color CMYK) of #aeb1ea color hex is 0.26, 0.24, 0.00, 0.08. Web safe color of #aeb1ea is #9999ff. Color #aeb1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 11101010
Octal 256 261 352
Decimal 174 177 234
Hex AE B1 EA

RGB Percentages of Color #aeb1ea

%29.74
%30.26
%40.00

CMYK Percentages of Color #aeb1ea

%26
%24
%0
%8

Triadic Colors of #aeb1ea

#aeb1ea #eaaeb1 #b1eaae

Analogous Colors of #aeb1ea

#aeb1ea #c9aeea #aecfea

Monochromatic Colors of #aeb1ea

#aeb1ea

Complementary Color

#aeb1ea #eae7ae

#aeb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb1ea Color CSS Codes

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

#aeb1ea Text Font Color

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

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


#aeb1ea Background Color

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

This div background color is #aeb1ea


#aeb1ea Border Color

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

This div border color is #aeb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb1ea


Comments

No comments written yet.

Please login to write comment.