Color Hex Logo

#adec32 Color Hex

#ADEC32
(173,236,50)
0 Favorites   0 Comments

Color spaces of #adec32

RGB 17323650
HSL0.220.830.56
HSV80°79°93°
CMYK 0.270.000.79   0.07
XYZ47.804869.105413.8367
Yxy69.10540.36560.5285
Hunter Lab83.1297-42.828148.3221
CIE-Lab86.5562-44.420976.2698

#adec32 color RGB value is (173,236,50).

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

The process color (four color CMYK) of #adec32 color hex is 0.27, 0.00, 0.79, 0.07. Web safe color of #adec32 is #99ff33. Color #adec32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 00110010
Octal 255 354 62
Decimal 173 236 50
Hex AD EC 32

RGB Percentages of Color #adec32

%37.69
%51.42
%10.89

CMYK Percentages of Color #adec32

%27
%0
%79
%7

Triadic Colors of #adec32

#adec32 #32adec #ec32ad

Analogous Colors of #adec32

#adec32 #50ec32 #ecce32

Monochromatic Colors of #adec32

#adec32

Complementary Color

#adec32 #7132ec

#adec32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec32 Color CSS Codes

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

#adec32 Text Font Color

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

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


#adec32 Background Color

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

This div background color is #adec32


#adec32 Border Color

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

This div border color is #adec32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,236,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 #adec32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec32


Comments

No comments written yet.

Please login to write comment.