Color Hex Logo

#abf62f Color Hex

#ABF62F
(171,246,47)
0 Favorites   0 Comments

Color spaces of #abf62f

RGB 17124647
HSL0.230.920.57
HSV83°81°96°
CMYK 0.300.000.81   0.04
XYZ50.263474.774714.4731
Yxy74.77470.36030.5360
Hunter Lab86.4724-47.570850.6071
CIE-Lab89.2874-49.490079.4601

#abf62f color RGB value is (171,246,47).

#abf62f hex color red value is 171, green value is 246 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #abf62f hue: 0.23 , saturation: 0.92 and the lightness value of abf62f is 0.57.

The process color (four color CMYK) of #abf62f color hex is 0.30, 0.00, 0.81, 0.04. Web safe color of #abf62f is #99ff33. Color #abf62f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 00101111
Octal 253 366 57
Decimal 171 246 47
Hex AB F6 2F

RGB Percentages of Color #abf62f

%36.85
%53.02
%10.13

CMYK Percentages of Color #abf62f

%30
%0
%81
%4

Triadic Colors of #abf62f

#abf62f #2fabf6 #f62fab

Analogous Colors of #abf62f

#abf62f #48f62f #f6de2f

Monochromatic Colors of #abf62f

#abf62f

Complementary Color

#abf62f #7a2ff6

#abf62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf62f Color CSS Codes

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

#abf62f Text Font Color

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

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


#abf62f Background Color

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

This div background color is #abf62f


#abf62f Border Color

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

This div border color is #abf62f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,246,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abf62f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf62f


Comments

No comments written yet.

Please login to write comment.