Color Hex Logo

#abf602 Color Hex

#ABF602
(171,246,2)
0 Favorites   0 Comments

Color spaces of #abf602

RGB 1712462
HSL0.220.980.49
HSV78°99°96°
CMYK 0.300.000.99   0.04
XYZ49.761374.573811.8289
Yxy74.57380.36550.5477
Hunter Lab86.3561-48.265552.3279
CIE-Lab89.1930-50.434085.9358

#abf602 color RGB value is (171,246,2).

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

The process color (four color CMYK) of #abf602 color hex is 0.30, 0.00, 0.99, 0.04. Web safe color of #abf602 is #99ff00. Color #abf602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 00000010
Octal 253 366 2
Decimal 171 246 2
Hex AB F6 2

RGB Percentages of Color #abf602

%40.81
%58.71
%0.48

CMYK Percentages of Color #abf602

%30
%0
%99
%4

Triadic Colors of #abf602

#abf602 #02abf6 #f602ab

Analogous Colors of #abf602

#abf602 #31f602 #f6c702

Monochromatic Colors of #abf602

#abf602

Complementary Color

#abf602 #4d02f6

#abf602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf602 Color CSS Codes

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

#abf602 Text Font Color

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

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


#abf602 Background Color

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

This div background color is #abf602


#abf602 Border Color

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

This div border color is #abf602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf602


Comments

No comments written yet.

Please login to write comment.