Color Hex Logo

#adb913 Color Hex

#ADB913
(173,185,19)
0 Favorites   0 Comments

Color spaces of #adb913

RGB 17318519
HSL0.180.810.40
HSV64°90°73°
CMYK 0.060.000.90   0.27
XYZ34.700143.62927.2085
Yxy43.62920.40570.5101
Hunter Lab66.0524-21.818239.7662
CIE-Lab71.9800-21.868270.7816

#adb913 color RGB value is (173,185,19).

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

The process color (four color CMYK) of #adb913 color hex is 0.06, 0.00, 0.90, 0.27. Web safe color of #adb913 is #99cc00. Color #adb913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00010011
Octal 255 271 23
Decimal 173 185 19
Hex AD B9 13

RGB Percentages of Color #adb913

%45.89
%49.07
%5.04

CMYK Percentages of Color #adb913

%6
%0
%90
%27

Triadic Colors of #adb913

#adb913 #13adb9 #b913ad

Analogous Colors of #adb913

#adb913 #5ab913 #b97213

Monochromatic Colors of #adb913

#adb913

Complementary Color

#adb913 #1f13b9

#adb913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb913 Color CSS Codes

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

#adb913 Text Font Color

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

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


#adb913 Background Color

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

This div background color is #adb913


#adb913 Border Color

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

This div border color is #adb913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb913


Comments

No comments written yet.

Please login to write comment.