Color Hex Logo

#acfcca Color Hex

#ACFCCA
(172,252,202)
0 Favorites   0 Comments

Color spaces of #acfcca

RGB 172252202
HSL0.400.930.83
HSV143°32°99°
CMYK 0.320.000.20   0.01
XYZ62.484382.655768.5380
Yxy82.65570.29240.3868
Hunter Lab90.9152-36.421918.9438
CIE-Lab92.8635-34.481316.2919

#acfcca color RGB value is (172,252,202).

#acfcca hex color red value is 172, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acfcca hue: 0.40 , saturation: 0.93 and the lightness value of acfcca is 0.83.

The process color (four color CMYK) of #acfcca color hex is 0.32, 0.00, 0.20, 0.01. Web safe color of #acfcca is #99ffcc. Color #acfcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11001010
Octal 254 374 312
Decimal 172 252 202
Hex AC FC CA

RGB Percentages of Color #acfcca

%27.48
%40.26
%32.27

CMYK Percentages of Color #acfcca

%32
%0
%20
%1

Triadic Colors of #acfcca

#acfcca #caacfc #fccaac

Analogous Colors of #acfcca

#acfcca #acfcf2 #b6fcac

Monochromatic Colors of #acfcca

#acfcca

Complementary Color

#acfcca #fcacde

#acfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcca Color CSS Codes

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

#acfcca Text Font Color

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

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


#acfcca Background Color

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

This div background color is #acfcca


#acfcca Border Color

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

This div border color is #acfcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,252,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 #acfcca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcca


Comments

No comments written yet.

Please login to write comment.