Color Hex Logo

#adec02 Color Hex

#ADEC02
(173,236,2)
0 Favorites   0 Comments

Color spaces of #adec02

RGB 1732362
HSL0.210.980.47
HSV76°99°93°
CMYK 0.270.000.99   0.07
XYZ47.240068.879510.8627
Yxy68.87950.37200.5424
Hunter Lab82.9937-43.636750.3353
CIE-Lab86.4443-45.510983.8692

#adec02 color RGB value is (173,236,2).

#adec02 hex color red value is 173, green value is 236 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #adec02 hue: 0.21 , saturation: 0.98 and the lightness value of adec02 is 0.47.

The process color (four color CMYK) of #adec02 color hex is 0.27, 0.00, 0.99, 0.07. Web safe color of #adec02 is #99ff00. Color #adec02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 00000010
Octal 255 354 2
Decimal 173 236 2
Hex AD EC 2

RGB Percentages of Color #adec02

%42.09
%57.42
%0.49

CMYK Percentages of Color #adec02

%27
%0
%99
%7

Triadic Colors of #adec02

#adec02 #02adec #ec02ad

Analogous Colors of #adec02

#adec02 #38ec02 #ecb602

Monochromatic Colors of #adec02

#adec02

Complementary Color

#adec02 #4102ec

#adec02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec02 Color CSS Codes

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

#adec02 Text Font Color

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

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


#adec02 Background Color

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

This div background color is #adec02


#adec02 Border Color

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

This div border color is #adec02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec02


Comments

No comments written yet.

Please login to write comment.