Color Hex Logo

#aeadbc Color Hex

#AEADBC
(174,173,188)
0 Favorites   0 Comments

Color spaces of #aeadbc

RGB 174173188
HSL0.680.100.71
HSV244°74°
CMYK 0.070.080.00   0.26
XYZ41.476242.516753.5975
Yxy42.51670.30140.3090
Hunter Lab65.2048-0.5662-3.0922
CIE-Lab71.22573.2753-7.5264

#aeadbc color RGB value is (174,173,188).

#aeadbc hex color red value is 174, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aeadbc hue: 0.68 , saturation: 0.10 and the lightness value of aeadbc is 0.71.

The process color (four color CMYK) of #aeadbc color hex is 0.07, 0.08, 0.00, 0.26. Web safe color of #aeadbc is #9999cc. Color #aeadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10111100
Octal 256 255 274
Decimal 174 173 188
Hex AE AD BC

RGB Percentages of Color #aeadbc

%32.52
%32.34
%35.14

CMYK Percentages of Color #aeadbc

%7
%8
%0
%26

Triadic Colors of #aeadbc

#aeadbc #bcaead #adbcae

Analogous Colors of #aeadbc

#aeadbc #b6adbc #adb4bc

Monochromatic Colors of #aeadbc

#aeadbc

Complementary Color

#aeadbc #bbbcad

#aeadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadbc Color CSS Codes

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

#aeadbc Text Font Color

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

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


#aeadbc Background Color

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

This div background color is #aeadbc


#aeadbc Border Color

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

This div border color is #aeadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadbc


Comments

No comments written yet.

Please login to write comment.