Color Hex Logo

#acf092 Color Hex

#ACF092
(172,240,146)
0 Favorites   0 Comments

Color spaces of #acf092

RGB 172240146
HSL0.290.760.76
HSV103°39°94°
CMYK 0.280.000.39   0.06
XYZ53.361773.166238.5042
Yxy73.16620.32330.4433
Hunter Lab85.5372-38.334433.1869
CIE-Lab88.5269-38.069438.7874

#acf092 color RGB value is (172,240,146).

#acf092 hex color red value is 172, green value is 240 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #acf092 hue: 0.29 , saturation: 0.76 and the lightness value of acf092 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10010010
Octal 254 360 222
Decimal 172 240 146
Hex AC F0 92

RGB Percentages of Color #acf092

%30.82
%43.01
%26.16

CMYK Percentages of Color #acf092

%28
%0
%39
%6

Triadic Colors of #acf092

#acf092 #92acf0 #f092ac

Analogous Colors of #acf092

#acf092 #92f0a7 #dbf092

Monochromatic Colors of #acf092

#acf092

Complementary Color

#acf092 #d692f0

#acf092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf092 Color CSS Codes

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

#acf092 Text Font Color

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

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


#acf092 Background Color

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

This div background color is #acf092


#acf092 Border Color

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

This div border color is #acf092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf092


Comments

No comments written yet.

Please login to write comment.