Color Hex Logo

#abfca8 Color Hex

#ABFCA8
(171,252,168)
0 Favorites   0 Comments

Color spaces of #abfca8

RGB 171252168
HSL0.330.930.82
HSV118°33°99°
CMYK 0.320.000.33   0.01
XYZ58.672981.105949.6084
Yxy81.10590.30980.4283
Hunter Lab90.0588-41.311030.3816
CIE-Lab92.1788-40.555832.6188

#abfca8 color RGB value is (171,252,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10101000
Octal 253 374 250
Decimal 171 252 168
Hex AB FC A8

RGB Percentages of Color #abfca8

%28.93
%42.64
%28.43

CMYK Percentages of Color #abfca8

%32
%0
%33
%1

Triadic Colors of #abfca8

#abfca8 #a8abfc #fca8ab

Analogous Colors of #abfca8

#abfca8 #a8fccf #d5fca8

Monochromatic Colors of #abfca8

#abfca8

Complementary Color

#abfca8 #f9a8fc

#abfca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfca8 Color CSS Codes

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

#abfca8 Text Font Color

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

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


#abfca8 Background Color

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

This div background color is #abfca8


#abfca8 Border Color

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

This div border color is #abfca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfca8


Comments

No comments written yet.

Please login to write comment.