Color Hex Logo

#adb93c Color Hex

#ADB93C
(173,185,60)
0 Favorites   0 Comments

Color spaces of #adb93c

RGB 17318560
HSL0.180.510.48
HSV66°68°73°
CMYK 0.060.000.68   0.27
XYZ35.398243.908410.8845
Yxy43.90840.39250.4868
Hunter Lab66.2634-20.605536.6454
CIE-Lab72.1672-20.294959.1915

#adb93c color RGB value is (173,185,60).

#adb93c hex color red value is 173, green value is 185 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #adb93c hue: 0.18 , saturation: 0.51 and the lightness value of adb93c is 0.48.

The process color (four color CMYK) of #adb93c color hex is 0.06, 0.00, 0.68, 0.27. Web safe color of #adb93c is #99cc33. Color #adb93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00111100
Octal 255 271 74
Decimal 173 185 60
Hex AD B9 3C

RGB Percentages of Color #adb93c

%41.39
%44.26
%14.35

CMYK Percentages of Color #adb93c

%6
%0
%68
%27

Triadic Colors of #adb93c

#adb93c #3cadb9 #b93cad

Analogous Colors of #adb93c

#adb93c #6fb93c #b9873c

Monochromatic Colors of #adb93c

#adb93c

Complementary Color

#adb93c #483cb9

#adb93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb93c Color CSS Codes

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

#adb93c Text Font Color

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

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


#adb93c Background Color

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

This div background color is #adb93c


#adb93c Border Color

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

This div border color is #adb93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb93c


Comments

No comments written yet.

Please login to write comment.