Color Hex Logo

#acf68d Color Hex

#ACF68D
(172,246,141)
0 Favorites   0 Comments

Color spaces of #acf68d

RGB 172246141
HSL0.280.850.76
HSV102°43°96°
CMYK 0.300.000.43   0.04
XYZ54.776776.605337.0986
Yxy76.60530.32510.4547
Hunter Lab87.5245-41.454536.1361
CIE-Lab90.1396-41.406643.3103

#acf68d color RGB value is (172,246,141).

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

The process color (four color CMYK) of #acf68d color hex is 0.30, 0.00, 0.43, 0.04. Web safe color of #acf68d is #99ff99. Color #acf68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 10001101
Octal 254 366 215
Decimal 172 246 141
Hex AC F6 8D

RGB Percentages of Color #acf68d

%30.77
%44.01
%25.22

CMYK Percentages of Color #acf68d

%30
%0
%43
%4

Triadic Colors of #acf68d

#acf68d #8dacf6 #f68dac

Analogous Colors of #acf68d

#acf68d #8df6a3 #e1f68d

Monochromatic Colors of #acf68d

#acf68d

Complementary Color

#acf68d #d78df6

#acf68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf68d Color CSS Codes

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

#acf68d Text Font Color

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

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


#acf68d Background Color

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

This div background color is #acf68d


#acf68d Border Color

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

This div border color is #acf68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf68d

Related Colors


Comments

No comments written yet.

Please login to write comment.