Color Hex Logo

#adb760 Color Hex

#ADB760
(173,183,96)
0 Favorites   0 Comments

Color spaces of #adb760

RGB 17318396
HSL0.190.380.55
HSV67°48°72°
CMYK 0.050.000.48   0.28
XYZ36.278443.595717.5691
Yxy43.59570.37230.4474
Hunter Lab66.0270-17.470930.4425
CIE-Lab71.9574-16.433242.7678

#adb760 color RGB value is (173,183,96).

#adb760 hex color red value is 173, green value is 183 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #adb760 hue: 0.19 , saturation: 0.38 and the lightness value of adb760 is 0.55.

The process color (four color CMYK) of #adb760 color hex is 0.05, 0.00, 0.48, 0.28. Web safe color of #adb760 is #99cc66. Color #adb760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 01100000
Octal 255 267 140
Decimal 173 183 96
Hex AD B7 60

RGB Percentages of Color #adb760

%38.27
%40.49
%21.24

CMYK Percentages of Color #adb760

%5
%0
%48
%28

Triadic Colors of #adb760

#adb760 #60adb7 #b760ad

Analogous Colors of #adb760

#adb760 #82b760 #b79660

Monochromatic Colors of #adb760

#adb760

Complementary Color

#adb760 #6a60b7

#adb760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb760 Color CSS Codes

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

#adb760 Text Font Color

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

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


#adb760 Background Color

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

This div background color is #adb760


#adb760 Border Color

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

This div border color is #adb760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb760


Comments

No comments written yet.

Please login to write comment.