Color Hex Logo

#adea32 Color Hex

#ADEA32
(173,234,50)
1 Favorites   0 Comments

Color spaces of #adea32

RGB 17323450
HSL0.220.810.56
HSV80°79°92°
CMYK 0.260.000.79   0.08
XYZ47.232167.960213.6458
Yxy67.96020.36660.5275
Hunter Lab82.4380-41.996547.8924
CIE-Lab85.9865-43.559775.7522

#adea32 color RGB value is (173,234,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 00110010
Octal 255 352 62
Decimal 173 234 50
Hex AD EA 32

RGB Percentages of Color #adea32

%37.86
%51.20
%10.94

CMYK Percentages of Color #adea32

%26
%0
%79
%8

Triadic Colors of #adea32

#adea32 #32adea #ea32ad

Analogous Colors of #adea32

#adea32 #51ea32 #eacb32

Monochromatic Colors of #adea32

#adea32

Complementary Color

#adea32 #6f32ea

#adea32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adea32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adea32 Color CSS Codes

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

#adea32 Text Font Color

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

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


#adea32 Background Color

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

This div background color is #adea32


#adea32 Border Color

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

This div border color is #adea32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adea32

#adea32 Color Palettes


Comments

No comments written yet.

Please login to write comment.