Color Hex Logo

#adaea0 Color Hex

#ADAEA0
(173,174,160)
0 Favorites   0 Comments

Color spaces of #adaea0

RGB 173174160
HSL0.180.080.65
HSV64°68°
CMYK 0.010.000.08   0.32
XYZ38.714841.694439.2650
Yxy41.69440.32350.3484
Hunter Lab64.5712-5.97689.1463
CIE-Lab70.6597-2.89567.0564

#adaea0 color RGB value is (173,174,160).

#adaea0 hex color red value is 173, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #adaea0 hue: 0.18 , saturation: 0.08 and the lightness value of adaea0 is 0.65.

The process color (four color CMYK) of #adaea0 color hex is 0.01, 0.00, 0.08, 0.32. Web safe color of #adaea0 is #999999. Color #adaea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10100000
Octal 255 256 240
Decimal 173 174 160
Hex AD AE A0

RGB Percentages of Color #adaea0

%34.12
%34.32
%31.56

CMYK Percentages of Color #adaea0

%1
%0
%8
%32

Triadic Colors of #adaea0

#adaea0 #a0adae #aea0ad

Analogous Colors of #adaea0

#adaea0 #a6aea0 #aea8a0

Monochromatic Colors of #adaea0

#adaea0

Complementary Color

#adaea0 #a1a0ae

#adaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaea0 Color CSS Codes

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

#adaea0 Text Font Color

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

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


#adaea0 Background Color

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

This div background color is #adaea0


#adaea0 Border Color

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

This div border color is #adaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaea0


Comments

No comments written yet.

Please login to write comment.