Color Hex Logo

#adfd02 Color Hex

#ADFD02
(173,253,2)
0 Favorites   0 Comments

Color spaces of #adfd02

RGB 1732532
HSL0.220.980.50
HSV79°99°99°
CMYK 0.320.000.99   0.01
XYZ52.369879.139212.5726
Yxy79.13920.36350.5493
Hunter Lab88.9602-50.599653.8928
CIE-Lab91.2972-52.582287.6043

#adfd02 color RGB value is (173,253,2).

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

The process color (four color CMYK) of #adfd02 color hex is 0.32, 0.00, 0.99, 0.01. Web safe color of #adfd02 is #99ff00. Color #adfd02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 00000010
Octal 255 375 2
Decimal 173 253 2
Hex AD FD 2

RGB Percentages of Color #adfd02

%40.42
%59.11
%0.47

CMYK Percentages of Color #adfd02

%32
%0
%99
%1

Triadic Colors of #adfd02

#adfd02 #02adfd #fd02ad

Analogous Colors of #adfd02

#adfd02 #2ffd02 #fdd002

Monochromatic Colors of #adfd02

#adfd02

Complementary Color

#adfd02 #5202fd

#adfd02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfd02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfd02 Color CSS Codes

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

#adfd02 Text Font Color

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

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


#adfd02 Background Color

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

This div background color is #adfd02


#adfd02 Border Color

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

This div border color is #adfd02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfd02


Comments

No comments written yet.

Please login to write comment.