Color Hex Logo

#adec4e Color Hex

#ADEC4E
(173,236,78)
0 Favorites   0 Comments

Color spaces of #adec4e

RGB 17323678
HSL0.230.810.62
HSV84°67°93°
CMYK 0.270.000.67   0.07
XYZ48.604269.425218.0464
Yxy69.42520.35720.5102
Hunter Lab83.3218-41.688545.4838
CIE-Lab86.7142-42.897667.2333

#adec4e color RGB value is (173,236,78).

#adec4e hex color red value is 173, green value is 236 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #adec4e hue: 0.23 , saturation: 0.81 and the lightness value of adec4e is 0.62.

The process color (four color CMYK) of #adec4e color hex is 0.27, 0.00, 0.67, 0.07. Web safe color of #adec4e is #99ff66. Color #adec4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 01001110
Octal 255 354 116
Decimal 173 236 78
Hex AD EC 4E

RGB Percentages of Color #adec4e

%35.52
%48.46
%16.02

CMYK Percentages of Color #adec4e

%27
%0
%67
%7

Triadic Colors of #adec4e

#adec4e #4eadec #ec4ead

Analogous Colors of #adec4e

#adec4e #5eec4e #ecdc4e

Monochromatic Colors of #adec4e

#adec4e

Complementary Color

#adec4e #8d4eec

#adec4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec4e Color CSS Codes

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

#adec4e Text Font Color

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

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


#adec4e Background Color

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

This div background color is #adec4e


#adec4e Border Color

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

This div border color is #adec4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec4e


Comments

No comments written yet.

Please login to write comment.