Color Hex Logo

#abfca7 Color Hex

#ABFCA7
(171,252,167)
0 Favorites   0 Comments

Color spaces of #abfca7

RGB 171252167
HSL0.330.930.82
HSV117°34°99°
CMYK 0.320.000.34   0.01
XYZ58.580081.068849.1196
Yxy81.06880.31030.4295
Hunter Lab90.0382-41.432530.6816
CIE-Lab92.1623-40.709533.0975

#abfca7 color RGB value is (171,252,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10100111
Octal 253 374 247
Decimal 171 252 167
Hex AB FC A7

RGB Percentages of Color #abfca7

%28.98
%42.71
%28.31

CMYK Percentages of Color #abfca7

%32
%0
%34
%1

Triadic Colors of #abfca7

#abfca7 #a7abfc #fca7ab

Analogous Colors of #abfca7

#abfca7 #a7fcce #d6fca7

Monochromatic Colors of #abfca7

#abfca7

Complementary Color

#abfca7 #f8a7fc

#abfca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfca7 Color CSS Codes

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

#abfca7 Text Font Color

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

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


#abfca7 Background Color

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

This div background color is #abfca7


#abfca7 Border Color

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

This div border color is #abfca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfca7


Comments

No comments written yet.

Please login to write comment.