Color Hex Logo

#abfd66 Color Hex

#ABFD66
(171,253,102)
0 Favorites   0 Comments

Color spaces of #abfd66

RGB 171253102
HSL0.260.970.70
HSV93°60°99°
CMYK 0.320.000.60   0.01
XYZ54.318179.867825.1235
Yxy79.86780.34100.5013
Hunter Lab89.3688-47.903645.8904
CIE-Lab91.6255-48.975762.8917

#abfd66 color RGB value is (171,253,102).

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

The process color (four color CMYK) of #abfd66 color hex is 0.32, 0.00, 0.60, 0.01. Web safe color of #abfd66 is #99ff66. Color #abfd66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 01100110
Octal 253 375 146
Decimal 171 253 102
Hex AB FD 66

RGB Percentages of Color #abfd66

%32.51
%48.10
%19.39

CMYK Percentages of Color #abfd66

%32
%0
%60
%1

Triadic Colors of #abfd66

#abfd66 #66abfd #fd66ab

Analogous Colors of #abfd66

#abfd66 #66fd6d #f7fd66

Monochromatic Colors of #abfd66

#abfd66

Complementary Color

#abfd66 #b866fd

#abfd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd66 Color CSS Codes

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

#abfd66 Text Font Color

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

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


#abfd66 Background Color

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

This div background color is #abfd66


#abfd66 Border Color

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

This div border color is #abfd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd66


Comments

No comments written yet.

Please login to write comment.