Color Hex Logo

#adabae Color Hex

#ADABAE
(173,171,174)
0 Favorites   0 Comments

Color spaces of #adabae

RGB 173171174
HSL0.780.020.68
HSV280°68°
CMYK 0.010.020.00   0.32
XYZ39.436541.066045.8924
Yxy41.06600.31200.3249
Hunter Lab64.0828-2.29602.3978
CIE-Lab70.22211.2794-1.2947

#adabae color RGB value is (173,171,174).

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

The process color (four color CMYK) of #adabae color hex is 0.01, 0.02, 0.00, 0.32. Web safe color of #adabae is #999999. Color #adabae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10101110
Octal 255 253 256
Decimal 173 171 174
Hex AD AB AE

RGB Percentages of Color #adabae

%33.40
%33.01
%33.59

CMYK Percentages of Color #adabae

%1
%2
%0
%32

Triadic Colors of #adabae

#adabae #aeadab #abaead

Analogous Colors of #adabae

#adabae #aeabae #acabae

Monochromatic Colors of #adabae

#adabae

Complementary Color

#adabae #acaeab

#adabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabae Color CSS Codes

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

#adabae Text Font Color

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

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


#adabae Background Color

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

This div background color is #adabae


#adabae Border Color

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

This div border color is #adabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabae


Comments

No comments written yet.

Please login to write comment.