Color Hex Logo

#aeadba Color Hex

#AEADBA
(174,173,186)
0 Favorites   0 Comments

Color spaces of #aeadba

RGB 174173186
HSL0.680.090.70
HSV245°73°
CMYK 0.060.070.00   0.27
XYZ41.262142.431052.4696
Yxy42.43100.30300.3116
Hunter Lab65.1391-0.9233-2.1608
CIE-Lab71.16712.8744-6.5119

#aeadba color RGB value is (174,173,186).

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

The process color (four color CMYK) of #aeadba color hex is 0.06, 0.07, 0.00, 0.27. Web safe color of #aeadba is #9999cc. Color #aeadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10111010
Octal 256 255 272
Decimal 174 173 186
Hex AE AD BA

RGB Percentages of Color #aeadba

%32.65
%32.46
%34.90

CMYK Percentages of Color #aeadba

%6
%7
%0
%27

Triadic Colors of #aeadba

#aeadba #baaead #adbaae

Analogous Colors of #aeadba

#aeadba #b5adba #adb3ba

Monochromatic Colors of #aeadba

#aeadba

Complementary Color

#aeadba #b9baad

#aeadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadba Color CSS Codes

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

#aeadba Text Font Color

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

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


#aeadba Background Color

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

This div background color is #aeadba


#aeadba Border Color

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

This div border color is #aeadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadba


Comments

No comments written yet.

Please login to write comment.