Color Hex Logo

#abf34d Color Hex

#ABF34D
(171,243,77)
0 Favorites   0 Comments

Color spaces of #abf34d

RGB 17124377
HSL0.240.870.63
HSV86°68°95°
CMYK 0.300.000.68   0.05
XYZ50.184773.294918.5235
Yxy73.29490.35340.5161
Hunter Lab85.6124-45.187847.1005
CIE-Lab88.5882-46.687469.5046

#abf34d color RGB value is (171,243,77).

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

The process color (four color CMYK) of #abf34d color hex is 0.30, 0.00, 0.68, 0.05. Web safe color of #abf34d is #99ff66. Color #abf34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 01001101
Octal 253 363 115
Decimal 171 243 77
Hex AB F3 4D

RGB Percentages of Color #abf34d

%34.83
%49.49
%15.68

CMYK Percentages of Color #abf34d

%30
%0
%68
%5

Triadic Colors of #abf34d

#abf34d #4dabf3 #f34dab

Analogous Colors of #abf34d

#abf34d #58f34d #f3e84d

Monochromatic Colors of #abf34d

#abf34d

Complementary Color

#abf34d #954df3

#abf34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf34d Color CSS Codes

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

#abf34d Text Font Color

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

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


#abf34d Background Color

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

This div background color is #abf34d


#abf34d Border Color

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

This div border color is #abf34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf34d


Comments

No comments written yet.

Please login to write comment.