Color Hex Logo

#adaea5 Color Hex

#ADAEA5
(173,174,165)
0 Favorites   0 Comments

Color spaces of #adaea5

RGB 173174165
HSL0.190.050.66
HSV67°68°
CMYK 0.010.000.05   0.32
XYZ39.161241.873041.6156
Yxy41.87300.31930.3414
Hunter Lab64.7094-5.21567.1662
CIE-Lab70.7833-2.00914.4836

#adaea5 color RGB value is (173,174,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10100101
Octal 255 256 245
Decimal 173 174 165
Hex AD AE A5

RGB Percentages of Color #adaea5

%33.79
%33.98
%32.23

CMYK Percentages of Color #adaea5

%1
%0
%5
%32

Triadic Colors of #adaea5

#adaea5 #a5adae #aea5ad

Analogous Colors of #adaea5

#adaea5 #a9aea5 #aeaba5

Monochromatic Colors of #adaea5

#adaea5

Complementary Color

#adaea5 #a6a5ae

#adaea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaea5 Color CSS Codes

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

#adaea5 Text Font Color

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

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


#adaea5 Background Color

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

This div background color is #adaea5


#adaea5 Border Color

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

This div border color is #adaea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaea5


Comments

No comments written yet.

Please login to write comment.