Color Hex Logo

#adaf7e Color Hex

#ADAF7E
(173,175,126)
0 Favorites   0 Comments

Color spaces of #adaf7e

RGB 173175126
HSL0.170.230.59
HSV62°28°69°
CMYK 0.010.000.28   0.31
XYZ36.329441.050525.7474
Yxy41.05050.35230.3981
Hunter Lab64.0707-10.910421.0232
CIE-Lab70.2113-8.736924.9635

#adaf7e color RGB value is (173,175,126).

#adaf7e hex color red value is 173, green value is 175 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #adaf7e hue: 0.17 , saturation: 0.23 and the lightness value of adaf7e is 0.59.

The process color (four color CMYK) of #adaf7e color hex is 0.01, 0.00, 0.28, 0.31. Web safe color of #adaf7e is #999966. Color #adaf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 01111110
Octal 255 257 176
Decimal 173 175 126
Hex AD AF 7E

RGB Percentages of Color #adaf7e

%36.50
%36.92
%26.58

CMYK Percentages of Color #adaf7e

%1
%0
%28
%31

Triadic Colors of #adaf7e

#adaf7e #7eadaf #af7ead

Analogous Colors of #adaf7e

#adaf7e #95af7e #af997e

Monochromatic Colors of #adaf7e

#adaf7e

Complementary Color

#adaf7e #807eaf

#adaf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf7e Color CSS Codes

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

#adaf7e Text Font Color

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

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


#adaf7e Background Color

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

This div background color is #adaf7e


#adaf7e Border Color

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

This div border color is #adaf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf7e


Comments

No comments written yet.

Please login to write comment.