Color Hex Logo

#adafa3 Color Hex

#ADAFA3
(173,175,163)
0 Favorites   0 Comments

Color spaces of #adafa3

RGB 173175163
HSL0.190.070.66
HSV70°69°
CMYK 0.010.000.07   0.31
XYZ39.174442.188540.7288
Yxy42.18850.32090.3455
Hunter Lab64.9527-6.00998.2889
CIE-Lab71.0007-2.90445.8968

#adafa3 color RGB value is (173,175,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10100011
Octal 255 257 243
Decimal 173 175 163
Hex AD AF A3

RGB Percentages of Color #adafa3

%33.86
%34.25
%31.90

CMYK Percentages of Color #adafa3

%1
%0
%7
%31

Triadic Colors of #adafa3

#adafa3 #a3adaf #afa3ad

Analogous Colors of #adafa3

#adafa3 #a7afa3 #afaba3

Monochromatic Colors of #adafa3

#adafa3

Complementary Color

#adafa3 #a5a3af

#adafa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafa3 Color CSS Codes

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

#adafa3 Text Font Color

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

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


#adafa3 Background Color

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

This div background color is #adafa3


#adafa3 Border Color

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

This div border color is #adafa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafa3


Comments

No comments written yet.

Please login to write comment.