Color Hex Logo

#abf668 Color Hex

#ABF668
(171,246,104)
0 Favorites   0 Comments

Color spaces of #abf668

RGB 171246104
HSL0.250.890.69
HSV92°58°96°
CMYK 0.300.000.58   0.04
XYZ52.249075.568924.9292
Yxy75.56890.34210.4947
Hunter Lab86.9304-44.841843.8485
CIE-Lab89.6588-45.835459.8179

#abf668 color RGB value is (171,246,104).

#abf668 hex color red value is 171, green value is 246 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abf668 hue: 0.25 , saturation: 0.89 and the lightness value of abf668 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 01101000
Octal 253 366 150
Decimal 171 246 104
Hex AB F6 68

RGB Percentages of Color #abf668

%32.82
%47.22
%19.96

CMYK Percentages of Color #abf668

%30
%0
%58
%4

Triadic Colors of #abf668

#abf668 #68abf6 #f668ab

Analogous Colors of #abf668

#abf668 #68f66c #f2f668

Monochromatic Colors of #abf668

#abf668

Complementary Color

#abf668 #b368f6

#abf668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf668 Color CSS Codes

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

#abf668 Text Font Color

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

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


#abf668 Background Color

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

This div background color is #abf668


#abf668 Border Color

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

This div border color is #abf668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf668

Related Colors


Comments

No comments written yet.

Please login to write comment.