Color Hex Logo

#adafa0 Color Hex

#ADAFA0
(173,175,160)
0 Favorites   0 Comments

Color spaces of #adafa0

RGB 173175160
HSL0.190.090.66
HSV68°69°
CMYK 0.010.000.09   0.31
XYZ38.908742.082239.3297
Yxy42.08220.32340.3498
Hunter Lab64.8708-6.46189.4634
CIE-Lab70.9276-3.43237.4401

#adafa0 color RGB value is (173,175,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10100000
Octal 255 257 240
Decimal 173 175 160
Hex AD AF A0

RGB Percentages of Color #adafa0

%34.06
%34.45
%31.50

CMYK Percentages of Color #adafa0

%1
%0
%9
%31

Triadic Colors of #adafa0

#adafa0 #a0adaf #afa0ad

Analogous Colors of #adafa0

#adafa0 #a6afa0 #afaaa0

Monochromatic Colors of #adafa0

#adafa0

Complementary Color

#adafa0 #a2a0af

#adafa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafa0 Color CSS Codes

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

#adafa0 Text Font Color

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

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


#adafa0 Background Color

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

This div background color is #adafa0


#adafa0 Border Color

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

This div border color is #adafa0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,175,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 #adafa0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafa0


Comments

No comments written yet.

Please login to write comment.