Color Hex Logo

#abf30b Color Hex

#ABF30B
(171,243,11)
0 Favorites   0 Comments

Color spaces of #abf30b

RGB 17124311
HSL0.220.910.50
HSV79°95°95°
CMYK 0.300.000.95   0.05
XYZ48.905672.783311.7876
Yxy72.78330.36640.5453
Hunter Lab85.3131-46.973251.5272
CIE-Lab88.3443-49.099184.5837

#abf30b color RGB value is (171,243,11).

#abf30b hex color red value is 171, green value is 243 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #abf30b hue: 0.22 , saturation: 0.91 and the lightness value of abf30b is 0.50.

The process color (four color CMYK) of #abf30b color hex is 0.30, 0.00, 0.95, 0.05. Web safe color of #abf30b is #99ff00. Color #abf30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 00001011
Octal 253 363 13
Decimal 171 243 11
Hex AB F3 B

RGB Percentages of Color #abf30b

%40.24
%57.18
%2.59

CMYK Percentages of Color #abf30b

%30
%0
%95
%5

Triadic Colors of #abf30b

#abf30b #0babf3 #f30bab

Analogous Colors of #abf30b

#abf30b #37f30b #f3c70b

Monochromatic Colors of #abf30b

#abf30b

Complementary Color

#abf30b #530bf3

#abf30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf30b Color CSS Codes

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

#abf30b Text Font Color

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

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


#abf30b Background Color

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

This div background color is #abf30b


#abf30b Border Color

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

This div border color is #abf30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf30b


Comments

No comments written yet.

Please login to write comment.