Color Hex Logo

#abf670 Color Hex

#ABF670
(171,246,112)
0 Favorites   0 Comments

Color spaces of #abf670

RGB 171246112
HSL0.260.880.70
HSV94°54°96°
CMYK 0.300.000.54   0.04
XYZ52.675075.739327.1721
Yxy75.73930.33860.4868
Hunter Lab87.0283-44.260242.4082
CIE-Lab89.7382-45.067356.3902

#abf670 color RGB value is (171,246,112).

#abf670 hex color red value is 171, green value is 246 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abf670 hue: 0.26 , saturation: 0.88 and the lightness value of abf670 is 0.70.

The process color (four color CMYK) of #abf670 color hex is 0.30, 0.00, 0.54, 0.04. Web safe color of #abf670 is #99ff66. Color #abf670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 01110000
Octal 253 366 160
Decimal 171 246 112
Hex AB F6 70

RGB Percentages of Color #abf670

%32.33
%46.50
%21.17

CMYK Percentages of Color #abf670

%30
%0
%54
%4

Triadic Colors of #abf670

#abf670 #70abf6 #f670ab

Analogous Colors of #abf670

#abf670 #70f678 #eef670

Monochromatic Colors of #abf670

#abf670

Complementary Color

#abf670 #bb70f6

#abf670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf670 Color CSS Codes

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

#abf670 Text Font Color

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

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


#abf670 Background Color

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

This div background color is #abf670


#abf670 Border Color

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

This div border color is #abf670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf670

Related Colors


Comments

No comments written yet.

Please login to write comment.