Color Hex Logo

#adb864 Color Hex

#ADB864
(173,184,100)
0 Favorites   0 Comments

Color spaces of #adb864

RGB 173184100
HSL0.190.370.56
HSV68°46°72°
CMYK 0.060.000.46   0.28
XYZ36.674344.085318.6330
Yxy44.08530.36900.4435
Hunter Lab66.3968-17.599729.8391
CIE-Lab72.2855-16.532741.1785

#adb864 color RGB value is (173,184,100).

#adb864 hex color red value is 173, green value is 184 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #adb864 hue: 0.19 , saturation: 0.37 and the lightness value of adb864 is 0.56.

The process color (four color CMYK) of #adb864 color hex is 0.06, 0.00, 0.46, 0.28. Web safe color of #adb864 is #99cc66. Color #adb864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 01100100
Octal 255 270 144
Decimal 173 184 100
Hex AD B8 64

RGB Percentages of Color #adb864

%37.86
%40.26
%21.88

CMYK Percentages of Color #adb864

%6
%0
%46
%28

Triadic Colors of #adb864

#adb864 #64adb8 #b864ad

Analogous Colors of #adb864

#adb864 #83b864 #b89964

Monochromatic Colors of #adb864

#adb864

Complementary Color

#adb864 #6f64b8

#adb864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb864 Color CSS Codes

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

#adb864 Text Font Color

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

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


#adb864 Background Color

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

This div background color is #adb864


#adb864 Border Color

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

This div border color is #adb864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb864


Comments

No comments written yet.

Please login to write comment.