Color Hex Logo

#acf299 Color Hex

#ACF299
(172,242,153)
0 Favorites   0 Comments

Color spaces of #acf299

RGB 172242153
HSL0.300.770.77
HSV107°37°95°
CMYK 0.290.000.37   0.05
XYZ54.515274.574841.6581
Yxy74.57480.31930.4368
Hunter Lab86.3567-38.440931.8485
CIE-Lab89.1934-37.991436.1759

#acf299 color RGB value is (172,242,153).

#acf299 hex color red value is 172, green value is 242 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acf299 hue: 0.30 , saturation: 0.77 and the lightness value of acf299 is 0.77.

The process color (four color CMYK) of #acf299 color hex is 0.29, 0.00, 0.37, 0.05. Web safe color of #acf299 is #99ff99. Color #acf299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 10011001
Octal 254 362 231
Decimal 172 242 153
Hex AC F2 99

RGB Percentages of Color #acf299

%30.34
%42.68
%26.98

CMYK Percentages of Color #acf299

%29
%0
%37
%5

Triadic Colors of #acf299

#acf299 #99acf2 #f299ac

Analogous Colors of #acf299

#acf299 #99f2b3 #d9f299

Monochromatic Colors of #acf299

#acf299

Complementary Color

#acf299 #df99f2

#acf299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf299 Color CSS Codes

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

#acf299 Text Font Color

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

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


#acf299 Background Color

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

This div background color is #acf299


#acf299 Border Color

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

This div border color is #acf299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf299


Comments

No comments written yet.

Please login to write comment.