Color Hex Logo

#acf095 Color Hex

#ACF095
(172,240,149)
0 Favorites   0 Comments

Color spaces of #acf095

RGB 172240149
HSL0.290.750.76
HSV105°38°94°
CMYK 0.280.000.38   0.06
XYZ53.598273.260839.7496
Yxy73.26080.32170.4397
Hunter Lab85.5925-38.009932.3802
CIE-Lab88.5720-37.655037.3563

#acf095 color RGB value is (172,240,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10010101
Octal 254 360 225
Decimal 172 240 149
Hex AC F0 95

RGB Percentages of Color #acf095

%30.66
%42.78
%26.56

CMYK Percentages of Color #acf095

%28
%0
%38
%6

Triadic Colors of #acf095

#acf095 #95acf0 #f095ac

Analogous Colors of #acf095

#acf095 #95f0ac #daf095

Monochromatic Colors of #acf095

#acf095

Complementary Color

#acf095 #d995f0

#acf095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf095 Color CSS Codes

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

#acf095 Text Font Color

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

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


#acf095 Background Color

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

This div background color is #acf095


#acf095 Border Color

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

This div border color is #acf095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf095


Comments

No comments written yet.

Please login to write comment.