Color Hex Logo

#abfca6 Color Hex

#ABFCA6
(171,252,166)
0 Favorites   0 Comments

Color spaces of #abfca6

RGB 171252166
HSL0.320.930.82
HSV117°34°99°
CMYK 0.320.000.34   0.01
XYZ58.487981.031948.6345
Yxy81.03190.31090.4307
Hunter Lab90.0177-41.552830.9794
CIE-Lab92.1459-40.861933.5758

#abfca6 color RGB value is (171,252,166).

#abfca6 hex color red value is 171, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #abfca6 hue: 0.32 , saturation: 0.93 and the lightness value of abfca6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10100110
Octal 253 374 246
Decimal 171 252 166
Hex AB FC A6

RGB Percentages of Color #abfca6

%29.03
%42.78
%28.18

CMYK Percentages of Color #abfca6

%32
%0
%34
%1

Triadic Colors of #abfca6

#abfca6 #a6abfc #fca6ab

Analogous Colors of #abfca6

#abfca6 #a6fccc #d6fca6

Monochromatic Colors of #abfca6

#abfca6

Complementary Color

#abfca6 #f7a6fc

#abfca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfca6 Color CSS Codes

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

#abfca6 Text Font Color

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

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


#abfca6 Background Color

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

This div background color is #abfca6


#abfca6 Border Color

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

This div border color is #abfca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfca6


Comments

No comments written yet.

Please login to write comment.