Color Hex Logo

#aeabeb Color Hex

#AEABEB
(174,171,235)
0 Favorites   0 Comments

Color spaces of #aeabeb

RGB 174171235
HSL0.670.620.80
HSV243°27°92°
CMYK 0.260.270.00   0.08
XYZ47.013944.122684.6359
Yxy44.12260.26750.2510
Hunter Lab66.424810.0945-29.0476
CIE-Lab72.310414.7785-31.6322

#aeabeb color RGB value is (174,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11101011
Octal 256 253 353
Decimal 174 171 235
Hex AE AB EB

RGB Percentages of Color #aeabeb

%30.00
%29.48
%40.52

CMYK Percentages of Color #aeabeb

%26
%27
%0
%8

Triadic Colors of #aeabeb

#aeabeb #ebaeab #abebae

Analogous Colors of #aeabeb

#aeabeb #ceabeb #abc8eb

Monochromatic Colors of #aeabeb

#aeabeb

Complementary Color

#aeabeb #e8ebab

#aeabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabeb Color CSS Codes

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

#aeabeb Text Font Color

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

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


#aeabeb Background Color

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

This div background color is #aeabeb


#aeabeb Border Color

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

This div border color is #aeabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabeb


Comments

No comments written yet.

Please login to write comment.