Color Hex Logo

#acf79b Color Hex

#ACF79B
(172,247,155)
0 Favorites   0 Comments

Color spaces of #acf79b

RGB 172247155
HSL0.300.850.79
HSV109°37°97°
CMYK 0.300.000.37   0.03
XYZ56.190477.658743.0384
Yxy77.65870.31770.4390
Hunter Lab88.1242-40.400832.7307
CIE-Lab90.6239-39.944937.0560

#acf79b color RGB value is (172,247,155).

#acf79b hex color red value is 172, green value is 247 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #acf79b hue: 0.30 , saturation: 0.85 and the lightness value of acf79b is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 10011011
Octal 254 367 233
Decimal 172 247 155
Hex AC F7 9B

RGB Percentages of Color #acf79b

%29.97
%43.03
%27.00

CMYK Percentages of Color #acf79b

%30
%0
%37
%3

Triadic Colors of #acf79b

#acf79b #9bacf7 #f79bac

Analogous Colors of #acf79b

#acf79b #9bf7b8 #daf79b

Monochromatic Colors of #acf79b

#acf79b

Complementary Color

#acf79b #e69bf7

#acf79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf79b Color CSS Codes

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

#acf79b Text Font Color

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

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


#acf79b Background Color

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

This div background color is #acf79b


#acf79b Border Color

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

This div border color is #acf79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf79b


Comments

No comments written yet.

Please login to write comment.