Color Hex Logo

#acffca Color Hex

#ACFFCA
(172,255,202)
0 Favorites   0 Comments

Color spaces of #acffca

RGB 172255202
HSL0.391.000.84
HSV142°33°100°
CMYK 0.330.000.21   0.00
XYZ63.433984.554968.8545
Yxy84.55490.29250.3899
Hunter Lab91.9537-37.781619.9716
CIE-Lab93.6910-35.856717.4551

#acffca color RGB value is (172,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11001010
Octal 254 377 312
Decimal 172 255 202
Hex AC FF CA

RGB Percentages of Color #acffca

%27.34
%40.54
%32.11

CMYK Percentages of Color #acffca

%33
%0
%21
%0

Triadic Colors of #acffca

#acffca #caacff #ffcaac

Analogous Colors of #acffca

#acffca #acfff4 #b8ffac

Monochromatic Colors of #acffca

#acffca

Complementary Color

#acffca #fface1

#acffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffca Color CSS Codes

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

#acffca Text Font Color

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

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


#acffca Background Color

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

This div background color is #acffca


#acffca Border Color

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

This div border color is #acffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffca

Related Colors


Comments

No comments written yet.

Please login to write comment.