Color Hex Logo

#abf346 Color Hex

#ABF346
(171,243,70)
0 Favorites   0 Comments

Color spaces of #abf346

RGB 17124370
HSL0.240.880.61
HSV85°71°95°
CMYK 0.300.000.71   0.05
XYZ49.950773.201317.2909
Yxy73.20130.35570.5212
Hunter Lab85.5578-45.513447.9081
CIE-Lab88.5436-47.124571.9425

#abf346 color RGB value is (171,243,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 01000110
Octal 253 363 106
Decimal 171 243 70
Hex AB F3 46

RGB Percentages of Color #abf346

%35.33
%50.21
%14.46

CMYK Percentages of Color #abf346

%30
%0
%71
%5

Triadic Colors of #abf346

#abf346 #46abf3 #f346ab

Analogous Colors of #abf346

#abf346 #55f346 #f3e546

Monochromatic Colors of #abf346

#abf346

Complementary Color

#abf346 #8e46f3

#abf346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf346 Color CSS Codes

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

#abf346 Text Font Color

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

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


#abf346 Background Color

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

This div background color is #abf346


#abf346 Border Color

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

This div border color is #abf346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf346


Comments

No comments written yet.

Please login to write comment.