Color Hex Logo

#adfc02 Color Hex

#ADFC02
(173,252,2)
0 Favorites   0 Comments

Color spaces of #adfc02

RGB 1732522
HSL0.220.980.50
HSV79°99°99°
CMYK 0.310.000.99   0.01
XYZ52.054978.509412.4677
Yxy78.50940.36390.5489
Hunter Lab88.6055-50.192653.6812
CIE-Lab91.0119-52.175387.3839

#adfc02 color RGB value is (173,252,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00000010
Octal 255 374 2
Decimal 173 252 2
Hex AD FC 2

RGB Percentages of Color #adfc02

%40.52
%59.02
%0.47

CMYK Percentages of Color #adfc02

%31
%0
%99
%1

Triadic Colors of #adfc02

#adfc02 #02adfc #fc02ad

Analogous Colors of #adfc02

#adfc02 #30fc02 #fcce02

Monochromatic Colors of #adfc02

#adfc02

Complementary Color

#adfc02 #5102fc

#adfc02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc02 Color CSS Codes

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

#adfc02 Text Font Color

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

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


#adfc02 Background Color

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

This div background color is #adfc02


#adfc02 Border Color

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

This div border color is #adfc02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc02


Comments

No comments written yet.

Please login to write comment.