Color Hex Logo

#acf8ab Color Hex

#ACF8AB
(172,248,171)
0 Favorites   0 Comments

Color spaces of #acf8ab

RGB 172248171
HSL0.330.850.82
HSV119°31°97°
CMYK 0.310.000.31   0.03
XYZ57.931378.845750.6935
Yxy78.84570.30900.4206
Hunter Lab88.7951-38.935328.3077
CIE-Lab91.1644-37.984929.7559

#acf8ab color RGB value is (172,248,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 10101011
Octal 254 370 253
Decimal 172 248 171
Hex AC F8 AB

RGB Percentages of Color #acf8ab

%29.10
%41.96
%28.93

CMYK Percentages of Color #acf8ab

%31
%0
%31
%3

Triadic Colors of #acf8ab

#acf8ab #abacf8 #f8abac

Analogous Colors of #acf8ab

#acf8ab #abf8d1 #d3f8ab

Monochromatic Colors of #acf8ab

#acf8ab

Complementary Color

#acf8ab #f7abf8

#acf8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf8ab Color CSS Codes

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

#acf8ab Text Font Color

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

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


#acf8ab Background Color

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

This div background color is #acf8ab


#acf8ab Border Color

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

This div border color is #acf8ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,248,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 #acf8ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf8ab


Comments

No comments written yet.

Please login to write comment.