Color Hex Logo

#adaebe Color Hex

#ADAEBE
(173,174,190)
0 Favorites   0 Comments

Color spaces of #adaebe

RGB 173174190
HSL0.660.120.71
HSV236°75°
CMYK 0.090.080.00   0.25
XYZ41.663942.874054.7948
Yxy42.87400.29900.3077
Hunter Lab65.4782-1.0071-3.7815
CIE-Lab71.46942.7963-8.2735

#adaebe color RGB value is (173,174,190).

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

The process color (four color CMYK) of #adaebe color hex is 0.09, 0.08, 0.00, 0.25. Web safe color of #adaebe is #9999cc. Color #adaebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10111110
Octal 255 256 276
Decimal 173 174 190
Hex AD AE BE

RGB Percentages of Color #adaebe

%32.22
%32.40
%35.38

CMYK Percentages of Color #adaebe

%9
%8
%0
%25

Triadic Colors of #adaebe

#adaebe #beadae #aebead

Analogous Colors of #adaebe

#adaebe #b5adbe #adb7be

Monochromatic Colors of #adaebe

#adaebe

Complementary Color

#adaebe #bebdad

#adaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaebe Color CSS Codes

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

#adaebe Text Font Color

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

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


#adaebe Background Color

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

This div background color is #adaebe


#adaebe Border Color

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

This div border color is #adaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaebe


Comments

No comments written yet.

Please login to write comment.