Color Hex Logo

#acf88b Color Hex

#ACF88B
(172,248,139)
0 Favorites   0 Comments

Color spaces of #acf88b

RGB 172248139
HSL0.280.890.76
HSV102°44°97°
CMYK 0.310.000.44   0.03
XYZ55.240977.769536.5256
Yxy77.76950.32580.4587
Hunter Lab88.1870-42.513837.1740
CIE-Lab90.6746-42.540544.9556

#acf88b color RGB value is (172,248,139).

#acf88b hex color red value is 172, green value is 248 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acf88b hue: 0.28 , saturation: 0.89 and the lightness value of acf88b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 10001011
Octal 254 370 213
Decimal 172 248 139
Hex AC F8 8B

RGB Percentages of Color #acf88b

%30.77
%44.36
%24.87

CMYK Percentages of Color #acf88b

%31
%0
%44
%3

Triadic Colors of #acf88b

#acf88b #8bacf8 #f88bac

Analogous Colors of #acf88b

#acf88b #8bf8a1 #e3f88b

Monochromatic Colors of #acf88b

#acf88b

Complementary Color

#acf88b #d78bf8

#acf88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf88b Color CSS Codes

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

#acf88b Text Font Color

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

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


#acf88b Background Color

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

This div background color is #acf88b


#acf88b Border Color

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

This div border color is #acf88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf88b


Comments

No comments written yet.

Please login to write comment.