Color Hex Logo

#adb93f Color Hex

#ADB93F
(173,185,63)
0 Favorites   0 Comments

Color spaces of #adb93f

RGB 17318563
HSL0.180.490.49
HSV66°66°73°
CMYK 0.060.000.66   0.27
XYZ35.479743.941011.3141
Yxy43.94100.39100.4843
Hunter Lab66.2880-20.464536.2819
CIE-Lab72.1890-20.113058.0236

#adb93f color RGB value is (173,185,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00111111
Octal 255 271 77
Decimal 173 185 63
Hex AD B9 3F

RGB Percentages of Color #adb93f

%41.09
%43.94
%14.96

CMYK Percentages of Color #adb93f

%6
%0
%66
%27

Triadic Colors of #adb93f

#adb93f #3fadb9 #b93fad

Analogous Colors of #adb93f

#adb93f #70b93f #b9883f

Monochromatic Colors of #adb93f

#adb93f

Complementary Color

#adb93f #4b3fb9

#adb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb93f Color CSS Codes

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

#adb93f Text Font Color

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

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


#adb93f Background Color

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

This div background color is #adb93f


#adb93f Border Color

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

This div border color is #adb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb93f


Comments

No comments written yet.

Please login to write comment.