Color Hex Logo

#acfbab Color Hex

#ACFBAB
(172,251,171)
0 Favorites   0 Comments

Color spaces of #acfbab

RGB 172251171
HSL0.330.910.83
HSV119°32°98°
CMYK 0.310.000.32   0.02
XYZ58.861180.705351.0034
Yxy80.70530.30890.4235
Hunter Lab89.8361-40.259129.2241
CIE-Lab92.0004-39.332130.8820

#acfbab color RGB value is (172,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10101011
Octal 254 373 253
Decimal 172 251 171
Hex AC FB AB

RGB Percentages of Color #acfbab

%28.96
%42.26
%28.79

CMYK Percentages of Color #acfbab

%31
%0
%32
%2

Triadic Colors of #acfbab

#acfbab #abacfb #fbabac

Analogous Colors of #acfbab

#acfbab #abfbd2 #d4fbab

Monochromatic Colors of #acfbab

#acfbab

Complementary Color

#acfbab #faabfb

#acfbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbab Color CSS Codes

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

#acfbab Text Font Color

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

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


#acfbab Background Color

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

This div background color is #acfbab


#acfbab Border Color

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

This div border color is #acfbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbab


Comments

No comments written yet.

Please login to write comment.