Color Hex Logo

#abf340 Color Hex

#ABF340
(171,243,64)
0 Favorites   0 Comments

Color spaces of #abf340

RGB 17124364
HSL0.230.880.60
HSV84°74°95°
CMYK 0.300.000.74   0.05
XYZ49.770673.129316.3427
Yxy73.12930.35740.5252
Hunter Lab85.5157-45.764448.5302
CIE-Lab88.5093-47.462273.9004

#abf340 color RGB value is (171,243,64).

#abf340 hex color red value is 171, green value is 243 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #abf340 hue: 0.23 , saturation: 0.88 and the lightness value of abf340 is 0.60.

The process color (four color CMYK) of #abf340 color hex is 0.30, 0.00, 0.74, 0.05. Web safe color of #abf340 is #99ff33. Color #abf340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 01000000
Octal 253 363 100
Decimal 171 243 64
Hex AB F3 40

RGB Percentages of Color #abf340

%35.77
%50.84
%13.39

CMYK Percentages of Color #abf340

%30
%0
%74
%5

Triadic Colors of #abf340

#abf340 #40abf3 #f340ab

Analogous Colors of #abf340

#abf340 #51f340 #f3e240

Monochromatic Colors of #abf340

#abf340

Complementary Color

#abf340 #8840f3

#abf340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf340 Color CSS Codes

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

#abf340 Text Font Color

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

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


#abf340 Background Color

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

This div background color is #abf340


#abf340 Border Color

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

This div border color is #abf340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf340


Comments

No comments written yet.

Please login to write comment.