Color Hex Logo

#abf748 Color Hex

#ABF748
(171,247,72)
0 Favorites   0 Comments

Color spaces of #abf748

RGB 17124772
HSL0.240.920.63
HSV86°71°97°
CMYK 0.310.000.71   0.03
XYZ51.225075.647318.0324
Yxy75.64730.35350.5220
Hunter Lab86.9755-47.077848.5904
CIE-Lab89.6953-48.686372.4016

#abf748 color RGB value is (171,247,72).

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

The process color (four color CMYK) of #abf748 color hex is 0.31, 0.00, 0.71, 0.03. Web safe color of #abf748 is #99ff33. Color #abf748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 01001000
Octal 253 367 110
Decimal 171 247 72
Hex AB F7 48

RGB Percentages of Color #abf748

%34.90
%50.41
%14.69

CMYK Percentages of Color #abf748

%31
%0
%71
%3

Triadic Colors of #abf748

#abf748 #48abf7 #f748ab

Analogous Colors of #abf748

#abf748 #54f748 #f7ec48

Monochromatic Colors of #abf748

#abf748

Complementary Color

#abf748 #9448f7

#abf748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf748 Color CSS Codes

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

#abf748 Text Font Color

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

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


#abf748 Background Color

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

This div background color is #abf748


#abf748 Border Color

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

This div border color is #abf748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf748


Comments

No comments written yet.

Please login to write comment.