Color Hex Logo

#acffa5 Color Hex

#ACFFA5
(172,255,165)
0 Favorites   0 Comments

Color spaces of #acffa5

RGB 172255165
HSL0.321.000.82
HSV115°35°100°
CMYK 0.330.000.35   0.00
XYZ59.564883.007348.4799
Yxy83.00730.31180.4345
Hunter Lab91.1083-42.739932.2269
CIE-Lab93.0176-42.025135.2410

#acffa5 color RGB value is (172,255,165).

#acffa5 hex color red value is 172, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #acffa5 hue: 0.32 , saturation: 1.00 and the lightness value of acffa5 is 0.82.

The process color (four color CMYK) of #acffa5 color hex is 0.33, 0.00, 0.35, 0.00. Web safe color of #acffa5 is #99ff99. Color #acffa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10100101
Octal 254 377 245
Decimal 172 255 165
Hex AC FF A5

RGB Percentages of Color #acffa5

%29.05
%43.07
%27.87

CMYK Percentages of Color #acffa5

%33
%0
%35
%0

Triadic Colors of #acffa5

#acffa5 #a5acff #ffa5ac

Analogous Colors of #acffa5

#acffa5 #a5ffcb #d9ffa5

Monochromatic Colors of #acffa5

#acffa5

Complementary Color

#acffa5 #f8a5ff

#acffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffa5 Color CSS Codes

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

#acffa5 Text Font Color

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

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


#acffa5 Background Color

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

This div background color is #acffa5


#acffa5 Border Color

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

This div border color is #acffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffa5

Related Colors


Comments

No comments written yet.

Please login to write comment.