Color Hex Logo

#adea1a Color Hex

#ADEA1A
(173,234,26)
0 Favorites   0 Comments

Color spaces of #adea1a

RGB 17323426
HSL0.220.830.51
HSV78°89°92°
CMYK 0.260.000.89   0.08
XYZ46.842967.804511.5960
Yxy67.80450.37110.5371
Hunter Lab82.3435-42.557549.2909
CIE-Lab85.9086-44.314580.9035

#adea1a color RGB value is (173,234,26).

#adea1a hex color red value is 173, green value is 234 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #adea1a hue: 0.22 , saturation: 0.83 and the lightness value of adea1a is 0.51.

The process color (four color CMYK) of #adea1a color hex is 0.26, 0.00, 0.89, 0.08. Web safe color of #adea1a is #99ff33. Color #adea1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 00011010
Octal 255 352 32
Decimal 173 234 26
Hex AD EA 1A

RGB Percentages of Color #adea1a

%39.95
%54.04
%6.00

CMYK Percentages of Color #adea1a

%26
%0
%89
%8

Triadic Colors of #adea1a

#adea1a #1aadea #ea1aad

Analogous Colors of #adea1a

#adea1a #45ea1a #eabf1a

Monochromatic Colors of #adea1a

#adea1a

Complementary Color

#adea1a #571aea

#adea1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adea1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adea1a Color CSS Codes

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

#adea1a Text Font Color

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

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


#adea1a Background Color

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

This div background color is #adea1a


#adea1a Border Color

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

This div border color is #adea1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adea1a


Comments

No comments written yet.

Please login to write comment.