Color Hex Logo

#acf098 Color Hex

#ACF098
(172,240,152)
0 Favorites   0 Comments

Color spaces of #acf098

RGB 172240152
HSL0.300.750.77
HSV106°37°94°
CMYK 0.280.000.37   0.06
XYZ53.840873.357841.0275
Yxy73.35780.32010.4361
Hunter Lab85.6492-37.677331.5534
CIE-Lab88.6181-37.231635.9202

#acf098 color RGB value is (172,240,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10011000
Octal 254 360 230
Decimal 172 240 152
Hex AC F0 98

RGB Percentages of Color #acf098

%30.50
%42.55
%26.95

CMYK Percentages of Color #acf098

%28
%0
%37
%6

Triadic Colors of #acf098

#acf098 #98acf0 #f098ac

Analogous Colors of #acf098

#acf098 #98f0b0 #d8f098

Monochromatic Colors of #acf098

#acf098

Complementary Color

#acf098 #dc98f0

#acf098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf098 Color CSS Codes

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

#acf098 Text Font Color

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

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


#acf098 Background Color

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

This div background color is #acf098


#acf098 Border Color

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

This div border color is #acf098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf098


Comments

No comments written yet.

Please login to write comment.