Color Hex Logo

#aeabe6 Color Hex

#AEABE6
(174,171,230)
0 Favorites   0 Comments

Color spaces of #aeabe6

RGB 174171230
HSL0.680.540.79
HSV243°26°90°
CMYK 0.240.260.00   0.10
XYZ46.301443.837780.8841
Yxy43.83770.27070.2563
Hunter Lab66.21008.9594-26.0833
CIE-Lab72.119913.5918-29.2022

#aeabe6 color RGB value is (174,171,230).

#aeabe6 hex color red value is 174, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #aeabe6 hue: 0.68 , saturation: 0.54 and the lightness value of aeabe6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11100110
Octal 256 253 346
Decimal 174 171 230
Hex AE AB E6

RGB Percentages of Color #aeabe6

%30.26
%29.74
%40.00

CMYK Percentages of Color #aeabe6

%24
%26
%0
%10

Triadic Colors of #aeabe6

#aeabe6 #e6aeab #abe6ae

Analogous Colors of #aeabe6

#aeabe6 #ccabe6 #abc6e6

Monochromatic Colors of #aeabe6

#aeabe6

Complementary Color

#aeabe6 #e3e6ab

#aeabe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabe6 Color CSS Codes

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

#aeabe6 Text Font Color

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

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


#aeabe6 Background Color

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

This div background color is #aeabe6


#aeabe6 Border Color

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

This div border color is #aeabe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabe6


Comments

No comments written yet.

Please login to write comment.