Color Hex Logo

#abf750 Color Hex

#ABF750
(171,247,80)
0 Favorites   0 Comments

Color spaces of #abf750

RGB 17124780
HSL0.240.910.64
HSV87°68°97°
CMYK 0.310.000.68   0.03
XYZ51.503375.758619.4978
Yxy75.75860.35090.5162
Hunter Lab87.0394-46.696347.6460
CIE-Lab89.7471-48.174169.5929

#abf750 color RGB value is (171,247,80).

#abf750 hex color red value is 171, green value is 247 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #abf750 hue: 0.24 , saturation: 0.91 and the lightness value of abf750 is 0.64.

The process color (four color CMYK) of #abf750 color hex is 0.31, 0.00, 0.68, 0.03. Web safe color of #abf750 is #99ff66. Color #abf750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 01010000
Octal 253 367 120
Decimal 171 247 80
Hex AB F7 50

RGB Percentages of Color #abf750

%34.34
%49.60
%16.06

CMYK Percentages of Color #abf750

%31
%0
%68
%3

Triadic Colors of #abf750

#abf750 #50abf7 #f750ab

Analogous Colors of #abf750

#abf750 #58f750 #f7f050

Monochromatic Colors of #abf750

#abf750

Complementary Color

#abf750 #9c50f7

#abf750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf750 Color CSS Codes

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

#abf750 Text Font Color

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

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


#abf750 Background Color

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

This div background color is #abf750


#abf750 Border Color

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

This div border color is #abf750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf750


Comments

No comments written yet.

Please login to write comment.