Color Hex Logo

#acffc3 Color Hex

#ACFFC3
(172,255,195)
0 Favorites   0 Comments

Color spaces of #acffc3

RGB 172255195
HSL0.381.000.84
HSV137°33°100°
CMYK 0.330.000.24   0.00
XYZ62.623684.230864.5873
Yxy84.23080.29620.3984
Hunter Lab91.7773-38.812222.5194
CIE-Lab93.5507-37.120320.8354

#acffc3 color RGB value is (172,255,195).

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

The process color (four color CMYK) of #acffc3 color hex is 0.33, 0.00, 0.24, 0.00. Web safe color of #acffc3 is #99ffcc. Color #acffc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11000011
Octal 254 377 303
Decimal 172 255 195
Hex AC FF C3

RGB Percentages of Color #acffc3

%27.65
%41.00
%31.35

CMYK Percentages of Color #acffc3

%33
%0
%24
%0

Triadic Colors of #acffc3

#acffc3 #c3acff #ffc3ac

Analogous Colors of #acffc3

#acffc3 #acffed #bfffac

Monochromatic Colors of #acffc3

#acffc3

Complementary Color

#acffc3 #fface8

#acffc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffc3 Color CSS Codes

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

#acffc3 Text Font Color

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

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


#acffc3 Background Color

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

This div background color is #acffc3


#acffc3 Border Color

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

This div border color is #acffc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffc3


Comments

No comments written yet.

Please login to write comment.