Color Hex Logo

#abfb68 Color Hex

#ABFB68
(171,251,104)
0 Favorites   0 Comments

Color spaces of #abfb68

RGB 171251104
HSL0.260.950.70
HSV93°59°98°
CMYK 0.320.000.59   0.02
XYZ53.790578.651825.4430
Yxy78.65180.34070.4982
Hunter Lab88.6859-46.934945.0704
CIE-Lab91.0765-47.957161.4273

#abfb68 color RGB value is (171,251,104).

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

The process color (four color CMYK) of #abfb68 color hex is 0.32, 0.00, 0.59, 0.02. Web safe color of #abfb68 is #99ff66. Color #abfb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 01101000
Octal 253 373 150
Decimal 171 251 104
Hex AB FB 68

RGB Percentages of Color #abfb68

%32.51
%47.72
%19.77

CMYK Percentages of Color #abfb68

%32
%0
%59
%2

Triadic Colors of #abfb68

#abfb68 #68abfb #fb68ab

Analogous Colors of #abfb68

#abfb68 #68fb6f #f5fb68

Monochromatic Colors of #abfb68

#abfb68

Complementary Color

#abfb68 #b868fb

#abfb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb68 Color CSS Codes

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

#abfb68 Text Font Color

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

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


#abfb68 Background Color

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

This div background color is #abfb68


#abfb68 Border Color

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

This div border color is #abfb68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,251,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 #abfb68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb68

Related Colors


Comments

No comments written yet.

Please login to write comment.