Color Hex Logo

#acf0ab Color Hex

#ACF0AB
(172,240,171)
0 Favorites   0 Comments

Color spaces of #acf0ab

RGB 172240171
HSL0.330.700.81
HSV119°29°94°
CMYK 0.280.000.29   0.06
XYZ55.524074.031149.8911
Yxy74.03110.30940.4126
Hunter Lab86.0413-35.383125.8496
CIE-Lab88.9372-34.340026.7380

#acf0ab color RGB value is (172,240,171).

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

The process color (four color CMYK) of #acf0ab color hex is 0.28, 0.00, 0.29, 0.06. Web safe color of #acf0ab is #99ff99. Color #acf0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10101011
Octal 254 360 253
Decimal 172 240 171
Hex AC F0 AB

RGB Percentages of Color #acf0ab

%29.50
%41.17
%29.33

CMYK Percentages of Color #acf0ab

%28
%0
%29
%6

Triadic Colors of #acf0ab

#acf0ab #abacf0 #f0abac

Analogous Colors of #acf0ab

#acf0ab #abf0cd #cff0ab

Monochromatic Colors of #acf0ab

#acf0ab

Complementary Color

#acf0ab #efabf0

#acf0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf0ab Color CSS Codes

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

#acf0ab Text Font Color

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

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


#acf0ab Background Color

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

This div background color is #acf0ab


#acf0ab Border Color

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

This div border color is #acf0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf0ab


Comments

No comments written yet.

Please login to write comment.