Color Hex Logo

#adf002 Color Hex

#ADF002
(173,240,2)
0 Favorites   0 Comments

Color spaces of #adf002

RGB 1732402
HSL0.210.980.47
HSV77°99°94°
CMYK 0.280.000.99   0.06
XYZ48.404671.208811.2509
Yxy71.20880.36990.5441
Hunter Lab84.3853-45.284251.1647
CIE-Lab87.5864-47.205184.7461

#adf002 color RGB value is (173,240,2).

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

The process color (four color CMYK) of #adf002 color hex is 0.28, 0.00, 0.99, 0.06. Web safe color of #adf002 is #99ff00. Color #adf002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 00000010
Octal 255 360 2
Decimal 173 240 2
Hex AD F0 2

RGB Percentages of Color #adf002

%41.69
%57.83
%0.48

CMYK Percentages of Color #adf002

%28
%0
%99
%6

Triadic Colors of #adf002

#adf002 #02adf0 #f002ad

Analogous Colors of #adf002

#adf002 #36f002 #f0bc02

Monochromatic Colors of #adf002

#adf002

Complementary Color

#adf002 #4502f0

#adf002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf002 Color CSS Codes

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

#adf002 Text Font Color

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

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


#adf002 Background Color

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

This div background color is #adf002


#adf002 Border Color

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

This div border color is #adf002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf002


Comments

No comments written yet.

Please login to write comment.