Color Hex Logo

#adbf7b Color Hex

#ADBF7B
(173,191,123)
0 Favorites   0 Comments

Color spaces of #adbf7b

RGB 173191123
HSL0.210.350.62
HSV76°36°75°
CMYK 0.090.000.36   0.25
XYZ39.439547.575925.8433
Yxy47.57590.34950.4216
Hunter Lab68.9753-18.641926.0682
CIE-Lab74.5566-17.394332.3021

#adbf7b color RGB value is (173,191,123).

#adbf7b hex color red value is 173, green value is 191 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #adbf7b hue: 0.21 , saturation: 0.35 and the lightness value of adbf7b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 01111011
Octal 255 277 173
Decimal 173 191 123
Hex AD BF 7B

RGB Percentages of Color #adbf7b

%35.52
%39.22
%25.26

CMYK Percentages of Color #adbf7b

%9
%0
%36
%25

Triadic Colors of #adbf7b

#adbf7b #7badbf #bf7bad

Analogous Colors of #adbf7b

#adbf7b #8bbf7b #bfaf7b

Monochromatic Colors of #adbf7b

#adbf7b

Complementary Color

#adbf7b #8d7bbf

#adbf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf7b Color CSS Codes

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

#adbf7b Text Font Color

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

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


#adbf7b Background Color

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

This div background color is #adbf7b


#adbf7b Border Color

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

This div border color is #adbf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf7b


Comments

No comments written yet.

Please login to write comment.