Color Hex Logo

#adbf6c Color Hex

#ADBF6C
(173,191,108)
0 Favorites   0 Comments

Color spaces of #adbf6c

RGB 173191108
HSL0.200.390.59
HSV73°43°75°
CMYK 0.090.000.43   0.25
XYZ38.571247.228521.2705
Yxy47.22850.36020.4411
Hunter Lab68.7230-20.081029.7552
CIE-Lab74.3357-19.199139.7037

#adbf6c color RGB value is (173,191,108).

#adbf6c hex color red value is 173, green value is 191 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #adbf6c hue: 0.20 , saturation: 0.39 and the lightness value of adbf6c is 0.59.

The process color (four color CMYK) of #adbf6c color hex is 0.09, 0.00, 0.43, 0.25. Web safe color of #adbf6c is #99cc66. Color #adbf6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 01101100
Octal 255 277 154
Decimal 173 191 108
Hex AD BF 6C

RGB Percentages of Color #adbf6c

%36.65
%40.47
%22.88

CMYK Percentages of Color #adbf6c

%9
%0
%43
%25

Triadic Colors of #adbf6c

#adbf6c #6cadbf #bf6cad

Analogous Colors of #adbf6c

#adbf6c #84bf6c #bfa86c

Monochromatic Colors of #adbf6c

#adbf6c

Complementary Color

#adbf6c #7e6cbf

#adbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf6c Color CSS Codes

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

#adbf6c Text Font Color

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

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


#adbf6c Background Color

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

This div background color is #adbf6c


#adbf6c Border Color

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

This div border color is #adbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf6c


Comments

No comments written yet.

Please login to write comment.