Color Hex Logo

#aeabce Color Hex

#AEABCE
(174,171,206)
0 Favorites   0 Comments

Color spaces of #aeabce

RGB 174171206
HSL0.680.260.74
HSV245°17°81°
CMYK 0.160.170.00   0.19
XYZ43.159042.580764.3367
Yxy42.58070.28760.2837
Hunter Lab65.25393.8658-12.7789
CIE-Lab71.26958.1479-17.3628

#aeabce color RGB value is (174,171,206).

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

The process color (four color CMYK) of #aeabce color hex is 0.16, 0.17, 0.00, 0.19. Web safe color of #aeabce is #9999cc. Color #aeabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11001110
Octal 256 253 316
Decimal 174 171 206
Hex AE AB CE

RGB Percentages of Color #aeabce

%31.58
%31.03
%37.39

CMYK Percentages of Color #aeabce

%16
%17
%0
%19

Triadic Colors of #aeabce

#aeabce #ceaeab #abceae

Analogous Colors of #aeabce

#aeabce #c0abce #abbace

Monochromatic Colors of #aeabce

#aeabce

Complementary Color

#aeabce #cbceab

#aeabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabce Color CSS Codes

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

#aeabce Text Font Color

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

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


#aeabce Background Color

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

This div background color is #aeabce


#aeabce Border Color

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

This div border color is #aeabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabce


Comments

No comments written yet.

Please login to write comment.