Color Hex Logo

#abfcaf Color Hex

#ABFCAF
(171,252,175)
0 Favorites   0 Comments

Color spaces of #abfcaf

RGB 171252175
HSL0.340.930.83
HSV123°32°99°
CMYK 0.320.000.31   0.01
XYZ59.342981.373953.1365
Yxy81.37390.30610.4198
Hunter Lab90.2075-40.437128.2206
CIE-Lab92.2978-39.454529.2589

#abfcaf color RGB value is (171,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10101111
Octal 253 374 257
Decimal 171 252 175
Hex AB FC AF

RGB Percentages of Color #abfcaf

%28.60
%42.14
%29.26

CMYK Percentages of Color #abfcaf

%32
%0
%31
%1

Triadic Colors of #abfcaf

#abfcaf #afabfc #fcafab

Analogous Colors of #abfcaf

#abfcaf #abfcd8 #d0fcab

Monochromatic Colors of #abfcaf

#abfcaf

Complementary Color

#abfcaf #fcabf8

#abfcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcaf Color CSS Codes

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

#abfcaf Text Font Color

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

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


#abfcaf Background Color

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

This div background color is #abfcaf


#abfcaf Border Color

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

This div border color is #abfcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcaf


Comments

No comments written yet.

Please login to write comment.