Color Hex Logo

#abfdac Color Hex

#ABFDAC
(171,253,172)
0 Favorites   0 Comments

Color spaces of #abfdac

RGB 171253172
HSL0.340.950.83
HSV121°32°99°
CMYK 0.320.000.32   0.01
XYZ59.366381.887051.7066
Yxy81.88700.30770.4244
Hunter Lab90.4914-41.256329.4658
CIE-Lab92.5250-40.377431.0758

#abfdac color RGB value is (171,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10101100
Octal 253 375 254
Decimal 171 253 172
Hex AB FD AC

RGB Percentages of Color #abfdac

%28.69
%42.45
%28.86

CMYK Percentages of Color #abfdac

%32
%0
%32
%1

Triadic Colors of #abfdac

#abfdac #acabfd #fdacab

Analogous Colors of #abfdac

#abfdac #abfdd5 #d3fdab

Monochromatic Colors of #abfdac

#abfdac

Complementary Color

#abfdac #fdabfc

#abfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdac Color CSS Codes

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

#abfdac Text Font Color

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

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


#abfdac Background Color

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

This div background color is #abfdac


#abfdac Border Color

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

This div border color is #abfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdac


Comments

No comments written yet.

Please login to write comment.