Color Hex Logo

#adaea7 Color Hex

#ADAEA7
(173,174,167)
0 Favorites   0 Comments

Color spaces of #adaea7

RGB 173174167
HSL0.190.040.67
HSV69°68°
CMYK 0.010.000.04   0.32
XYZ39.344741.946442.5820
Yxy41.94640.31760.3386
Hunter Lab64.7660-4.90376.3546
CIE-Lab70.8339-1.64733.4560

#adaea7 color RGB value is (173,174,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10100111
Octal 255 256 247
Decimal 173 174 167
Hex AD AE A7

RGB Percentages of Color #adaea7

%33.66
%33.85
%32.49

CMYK Percentages of Color #adaea7

%1
%0
%4
%32

Triadic Colors of #adaea7

#adaea7 #a7adae #aea7ad

Analogous Colors of #adaea7

#adaea7 #aaaea7 #aeaca7

Monochromatic Colors of #adaea7

#adaea7

Complementary Color

#adaea7 #a8a7ae

#adaea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaea7 Color CSS Codes

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

#adaea7 Text Font Color

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

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


#adaea7 Background Color

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

This div background color is #adaea7


#adaea7 Border Color

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

This div border color is #adaea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaea7


Comments

No comments written yet.

Please login to write comment.