Color Hex Logo

#adba2e Color Hex

#ADBA2E
(173,186,46)
0 Favorites   0 Comments

Color spaces of #adba2e

RGB 17318646
HSL0.180.600.45
HSV66°75°73°
CMYK 0.070.000.75   0.27
XYZ35.285644.19939.2563
Yxy44.19930.39760.4981
Hunter Lab66.4826-21.605638.2829
CIE-Lab72.3615-21.514164.4069

#adba2e color RGB value is (173,186,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00101110
Octal 255 272 56
Decimal 173 186 46
Hex AD BA 2E

RGB Percentages of Color #adba2e

%42.72
%45.93
%11.36

CMYK Percentages of Color #adba2e

%7
%0
%75
%27

Triadic Colors of #adba2e

#adba2e #2eadba #ba2ead

Analogous Colors of #adba2e

#adba2e #67ba2e #ba812e

Monochromatic Colors of #adba2e

#adba2e

Complementary Color

#adba2e #3b2eba

#adba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba2e Color CSS Codes

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

#adba2e Text Font Color

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

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


#adba2e Background Color

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

This div background color is #adba2e


#adba2e Border Color

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

This div border color is #adba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba2e


Comments

No comments written yet.

Please login to write comment.