Color Hex Logo

#abfd9c Color Hex

#ABFD9C
(171,253,156)
0 Favorites   0 Comments

Color spaces of #abfd9c

RGB 171253156
HSL0.310.960.80
HSV111°38°99°
CMYK 0.320.000.38   0.01
XYZ57.920681.308844.0939
Yxy81.30880.31590.4435
Hunter Lab90.1714-43.142434.1271
CIE-Lab92.2689-42.771738.7020

#abfd9c color RGB value is (171,253,156).

#abfd9c hex color red value is 171, green value is 253 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #abfd9c hue: 0.31 , saturation: 0.96 and the lightness value of abfd9c is 0.80.

The process color (four color CMYK) of #abfd9c color hex is 0.32, 0.00, 0.38, 0.01. Web safe color of #abfd9c is #99ff99. Color #abfd9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10011100
Octal 253 375 234
Decimal 171 253 156
Hex AB FD 9C

RGB Percentages of Color #abfd9c

%29.48
%43.62
%26.90

CMYK Percentages of Color #abfd9c

%32
%0
%38
%1

Triadic Colors of #abfd9c

#abfd9c #9cabfd #fd9cab

Analogous Colors of #abfd9c

#abfd9c #9cfdbe #dcfd9c

Monochromatic Colors of #abfd9c

#abfd9c

Complementary Color

#abfd9c #ee9cfd

#abfd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd9c Color CSS Codes

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

#abfd9c Text Font Color

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

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


#abfd9c Background Color

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

This div background color is #abfd9c


#abfd9c Border Color

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

This div border color is #abfd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd9c


Comments

No comments written yet.

Please login to write comment.