Color Hex Logo

#acfba1 Color Hex

#ACFBA1
(172,251,161)
0 Favorites   0 Comments

Color spaces of #acfba1

RGB 172251161
HSL0.310.920.81
HSV113°36°98°
CMYK 0.310.000.36   0.02
XYZ57.943580.338246.1711
Yxy80.33820.31410.4355
Hunter Lab89.6316-41.461632.2006
CIE-Lab91.8364-40.851535.6683

#acfba1 color RGB value is (172,251,161).

#acfba1 hex color red value is 172, green value is 251 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #acfba1 hue: 0.31 , saturation: 0.92 and the lightness value of acfba1 is 0.81.

The process color (four color CMYK) of #acfba1 color hex is 0.31, 0.00, 0.36, 0.02. Web safe color of #acfba1 is #99ff99. Color #acfba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10100001
Octal 254 373 241
Decimal 172 251 161
Hex AC FB A1

RGB Percentages of Color #acfba1

%29.45
%42.98
%27.57

CMYK Percentages of Color #acfba1

%31
%0
%36
%2

Triadic Colors of #acfba1

#acfba1 #a1acfb #fba1ac

Analogous Colors of #acfba1

#acfba1 #a1fbc3 #d9fba1

Monochromatic Colors of #acfba1

#acfba1

Complementary Color

#acfba1 #f0a1fb

#acfba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfba1 Color CSS Codes

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

#acfba1 Text Font Color

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

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


#acfba1 Background Color

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

This div background color is #acfba1


#acfba1 Border Color

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

This div border color is #acfba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfba1


Comments

No comments written yet.

Please login to write comment.