Color Hex Logo

#aeabed Color Hex

#AEABED
(174,171,237)
0 Favorites   0 Comments

Color spaces of #aeabed

RGB 174171237
HSL0.670.650.80
HSV243°28°93°
CMYK 0.270.280.00   0.07
XYZ47.304544.238986.1665
Yxy44.23890.26620.2489
Hunter Lab66.512310.5551-30.2514
CIE-Lab72.387915.2574-32.6004

#aeabed color RGB value is (174,171,237).

#aeabed hex color red value is 174, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aeabed hue: 0.67 , saturation: 0.65 and the lightness value of aeabed is 0.80.

The process color (four color CMYK) of #aeabed color hex is 0.27, 0.28, 0.00, 0.07. Web safe color of #aeabed is #9999ff. Color #aeabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11101101
Octal 256 253 355
Decimal 174 171 237
Hex AE AB ED

RGB Percentages of Color #aeabed

%29.90
%29.38
%40.72

CMYK Percentages of Color #aeabed

%27
%28
%0
%7

Triadic Colors of #aeabed

#aeabed #edaeab #abedae

Analogous Colors of #aeabed

#aeabed #cfabed #abc9ed

Monochromatic Colors of #aeabed

#aeabed

Complementary Color

#aeabed #eaedab

#aeabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabed Color CSS Codes

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

#aeabed Text Font Color

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

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


#aeabed Background Color

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

This div background color is #aeabed


#aeabed Border Color

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

This div border color is #aeabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabed


Comments

No comments written yet.

Please login to write comment.