Color Hex Logo

#abf510 Color Hex

#ABF510
(171,245,16)
0 Favorites   0 Comments

Color spaces of #abf510

RGB 17124516
HSL0.220.920.51
HSV79°93°96°
CMYK 0.300.000.93   0.04
XYZ49.540574.000212.1626
Yxy74.00020.36510.5453
Hunter Lab86.0234-47.743551.8335
CIE-Lab88.9226-49.865484.5805

#abf510 color RGB value is (171,245,16).

#abf510 hex color red value is 171, green value is 245 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #abf510 hue: 0.22 , saturation: 0.92 and the lightness value of abf510 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00010000
Octal 253 365 20
Decimal 171 245 16
Hex AB F5 10

RGB Percentages of Color #abf510

%39.58
%56.71
%3.70

CMYK Percentages of Color #abf510

%30
%0
%93
%4

Triadic Colors of #abf510

#abf510 #10abf5 #f510ab

Analogous Colors of #abf510

#abf510 #39f510 #f5cd10

Monochromatic Colors of #abf510

#abf510

Complementary Color

#abf510 #5a10f5

#abf510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf510 Color CSS Codes

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

#abf510 Text Font Color

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

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


#abf510 Background Color

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

This div background color is #abf510


#abf510 Border Color

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

This div border color is #abf510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf510


Comments

No comments written yet.

Please login to write comment.