Color Hex Logo

#adce2a Color Hex

#ADCE2A
(173,206,42)
0 Favorites   0 Comments

Color spaces of #adce2a

RGB 17320642
HSL0.200.660.49
HSV72°80°81°
CMYK 0.160.000.80   0.19
XYZ39.722853.194010.3643
Yxy53.19400.38460.5150
Hunter Lab72.9342-30.416942.6286
CIE-Lab77.9894-31.299970.7326

#adce2a color RGB value is (173,206,42).

#adce2a hex color red value is 173, green value is 206 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #adce2a hue: 0.20 , saturation: 0.66 and the lightness value of adce2a is 0.49.

The process color (four color CMYK) of #adce2a color hex is 0.16, 0.00, 0.80, 0.19. Web safe color of #adce2a is #99cc33. Color #adce2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 00101010
Octal 255 316 52
Decimal 173 206 42
Hex AD CE 2A

RGB Percentages of Color #adce2a

%41.09
%48.93
%9.98

CMYK Percentages of Color #adce2a

%16
%0
%80
%19

Triadic Colors of #adce2a

#adce2a #2aadce #ce2aad

Analogous Colors of #adce2a

#adce2a #5bce2a #ce9d2a

Monochromatic Colors of #adce2a

#adce2a

Complementary Color

#adce2a #4b2ace

#adce2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adce2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adce2a Color CSS Codes

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

#adce2a Text Font Color

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

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


#adce2a Background Color

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

This div background color is #adce2a


#adce2a Border Color

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

This div border color is #adce2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adce2a


Comments

No comments written yet.

Please login to write comment.