color codes Logo

#adec3c color codes

#ADEC3C
(173,236,60)
0 Favorites   0 Comments

Color spaces of #adec3c

RGB 17323660
HSL0.230.820.58
HSV81°75°93°
CMYK 0.270.000.75   0.07
XYZ48.044669.201415.1000
Yxy69.20140.36300.5229
Hunter Lab83.1874-42.485847.4690
CIE-Lab86.6037-43.961873.3802

#adec3c color RGB value is (173,236,60).

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

The process color (four color CMYK) of #adec3c color code is 0.27, 0.00, 0.75, 0.07. Web safe color of #adec3c is #99ff33. Color #adec3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 00111100
Octal 255 354 74
Decimal 173 236 60
Hex AD EC 3C

RGB Percentages of Color #adec3c

%36.89
%50.32
%12.79

CMYK Percentages of Color #adec3c

%27
%0
%75
%7

Triadic Colors of #adec3c

#adec3c #3cadec #ec3cad

Analogous Colors of #adec3c

#adec3c #55ec3c #ecd33c

Monochromatic Colors of #adec3c

#adec3c

Complementary Color

#adec3c #7b3cec

#adec3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec3c Color CSS Codes

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

#adec3c Text Font Color

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

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


#adec3c Background Color

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

This div background color is #adec3c


#adec3c Border Color

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

This div border color is #adec3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec3c


Comments

No comments written yet.

Please login to write comment.