Color Hex Logo

#adafa2 Color Hex

#ADAFA2
(173,175,162)
0 Favorites   0 Comments

Color spaces of #adafa2

RGB 173175162
HSL0.190.080.66
HSV69°69°
CMYK 0.010.000.07   0.31
XYZ39.085142.152840.2587
Yxy42.15280.32170.3469
Hunter Lab64.9252-6.16178.6832
CIE-Lab70.9761-3.08166.4111

#adafa2 color RGB value is (173,175,162).

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

The process color (four color CMYK) of #adafa2 color hex is 0.01, 0.00, 0.07, 0.31. Web safe color of #adafa2 is #999999. Color #adafa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10100010
Octal 255 257 242
Decimal 173 175 162
Hex AD AF A2

RGB Percentages of Color #adafa2

%33.92
%34.31
%31.76

CMYK Percentages of Color #adafa2

%1
%0
%7
%31

Triadic Colors of #adafa2

#adafa2 #a2adaf #afa2ad

Analogous Colors of #adafa2

#adafa2 #a7afa2 #afaba2

Monochromatic Colors of #adafa2

#adafa2

Complementary Color

#adafa2 #a4a2af

#adafa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafa2 Color CSS Codes

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

#adafa2 Text Font Color

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

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


#adafa2 Background Color

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

This div background color is #adafa2


#adafa2 Border Color

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

This div border color is #adafa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafa2


Comments

No comments written yet.

Please login to write comment.