Color Hex Logo

#acf08d Color Hex

#ACF08D
(172,240,141)
0 Favorites   0 Comments

Color spaces of #acf08d

RGB 172240141
HSL0.280.770.75
HSV101°41°94°
CMYK 0.280.000.41   0.06
XYZ52.981173.013936.5000
Yxy73.01390.32600.4493
Hunter Lab85.4482-38.857534.4874
CIE-Lab88.4543-38.739641.1600

#acf08d color RGB value is (172,240,141).

#acf08d hex color red value is 172, green value is 240 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acf08d hue: 0.28 , saturation: 0.77 and the lightness value of acf08d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10001101
Octal 254 360 215
Decimal 172 240 141
Hex AC F0 8D

RGB Percentages of Color #acf08d

%31.10
%43.40
%25.50

CMYK Percentages of Color #acf08d

%28
%0
%41
%6

Triadic Colors of #acf08d

#acf08d #8dacf0 #f08dac

Analogous Colors of #acf08d

#acf08d #8df0a0 #def08d

Monochromatic Colors of #acf08d

#acf08d

Complementary Color

#acf08d #d18df0

#acf08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf08d Color CSS Codes

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

#acf08d Text Font Color

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

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


#acf08d Background Color

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

This div background color is #acf08d


#acf08d Border Color

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

This div border color is #acf08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf08d


Comments

No comments written yet.

Please login to write comment.