Color Hex Logo

#abe602 Color Hex

#ABE602
(171,230,2)
0 Favorites   0 Comments

Color spaces of #abe602

RGB 1712302
HSL0.210.980.45
HSV76°99°90°
CMYK 0.260.000.99   0.10
XYZ45.102465.255910.2759
Yxy65.25590.37390.5409
Hunter Lab80.7811-41.705349.0047
CIE-Lab84.6154-43.694082.4172

#abe602 color RGB value is (171,230,2).

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

The process color (four color CMYK) of #abe602 color hex is 0.26, 0.00, 0.99, 0.10. Web safe color of #abe602 is #99ff00. Color #abe602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 00000010
Octal 253 346 2
Decimal 171 230 2
Hex AB E6 2

RGB Percentages of Color #abe602

%42.43
%57.07
%0.50

CMYK Percentages of Color #abe602

%26
%0
%99
%10

Triadic Colors of #abe602

#abe602 #02abe6 #e602ab

Analogous Colors of #abe602

#abe602 #39e602 #e6af02

Monochromatic Colors of #abe602

#abe602

Complementary Color

#abe602 #3d02e6

#abe602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe602 Color CSS Codes

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

#abe602 Text Font Color

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

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


#abe602 Background Color

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

This div background color is #abe602


#abe602 Border Color

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

This div border color is #abe602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe602


Comments

No comments written yet.

Please login to write comment.