Color Hex Logo

#adbf9b Color Hex

#ADBF9B
(173,191,155)
0 Favorites   0 Comments

Color spaces of #adbf9b

RGB 173191155
HSL0.250.220.68
HSV90°19°75°
CMYK 0.090.000.19   0.25
XYZ41.780848.512438.1721
Yxy48.51240.32520.3776
Hunter Lab69.6508-14.813916.2617
CIE-Lab75.1470-12.700616.1263

#adbf9b color RGB value is (173,191,155).

#adbf9b hex color red value is 173, green value is 191 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #adbf9b hue: 0.25 , saturation: 0.22 and the lightness value of adbf9b is 0.68.

The process color (four color CMYK) of #adbf9b color hex is 0.09, 0.00, 0.19, 0.25. Web safe color of #adbf9b is #99cc99. Color #adbf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10011011
Octal 255 277 233
Decimal 173 191 155
Hex AD BF 9B

RGB Percentages of Color #adbf9b

%33.33
%36.80
%29.87

CMYK Percentages of Color #adbf9b

%9
%0
%19
%25

Triadic Colors of #adbf9b

#adbf9b #9badbf #bf9bad

Analogous Colors of #adbf9b

#adbf9b #9bbf9b #bfbf9b

Monochromatic Colors of #adbf9b

#adbf9b

Complementary Color

#adbf9b #ad9bbf

#adbf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf9b Color CSS Codes

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

#adbf9b Text Font Color

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

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


#adbf9b Background Color

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

This div background color is #adbf9b


#adbf9b Border Color

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

This div border color is #adbf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf9b


Comments

No comments written yet.

Please login to write comment.