Color Hex Logo

#acf796 Color Hex

#ACF796
(172,247,150)
0 Favorites   0 Comments

Color spaces of #acf796

RGB 172247150
HSL0.300.860.78
HSV106°39°97°
CMYK 0.300.000.39   0.03
XYZ55.779077.494240.8722
Yxy77.49420.32030.4450
Hunter Lab88.0308-40.950834.0935
CIE-Lab90.5486-40.646839.4312

#acf796 color RGB value is (172,247,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 10010110
Octal 254 367 226
Decimal 172 247 150
Hex AC F7 96

RGB Percentages of Color #acf796

%30.23
%43.41
%26.36

CMYK Percentages of Color #acf796

%30
%0
%39
%3

Triadic Colors of #acf796

#acf796 #96acf7 #f796ac

Analogous Colors of #acf796

#acf796 #96f7b1 #ddf796

Monochromatic Colors of #acf796

#acf796

Complementary Color

#acf796 #e196f7

#acf796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf796 Color CSS Codes

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

#acf796 Text Font Color

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

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


#acf796 Background Color

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

This div background color is #acf796


#acf796 Border Color

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

This div border color is #acf796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf796


Comments

No comments written yet.

Please login to write comment.