Color Hex Logo

#adba2d Color Hex

#ADBA2D
(173,186,45)
0 Favorites   0 Comments

Color spaces of #adba2d

RGB 17318645
HSL0.180.610.45
HSV66°76°73°
CMYK 0.070.000.76   0.27
XYZ35.266144.19159.1537
Yxy44.19150.39800.4987
Hunter Lab66.4767-21.639438.3696
CIE-Lab72.3563-21.557964.7241

#adba2d color RGB value is (173,186,45).

#adba2d hex color red value is 173, green value is 186 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #adba2d hue: 0.18 , saturation: 0.61 and the lightness value of adba2d is 0.45.

The process color (four color CMYK) of #adba2d color hex is 0.07, 0.00, 0.76, 0.27. Web safe color of #adba2d is #99cc33. Color #adba2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00101101
Octal 255 272 55
Decimal 173 186 45
Hex AD BA 2D

RGB Percentages of Color #adba2d

%42.82
%46.04
%11.14

CMYK Percentages of Color #adba2d

%7
%0
%76
%27

Triadic Colors of #adba2d

#adba2d #2dadba #ba2dad

Analogous Colors of #adba2d

#adba2d #67ba2d #ba812d

Monochromatic Colors of #adba2d

#adba2d

Complementary Color

#adba2d #3a2dba

#adba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba2d Color CSS Codes

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

#adba2d Text Font Color

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

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


#adba2d Background Color

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

This div background color is #adba2d


#adba2d Border Color

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

This div border color is #adba2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba2d


Comments

No comments written yet.

Please login to write comment.