Color Hex Logo

#acfacc Color Hex

#ACFACC
(172,250,204)
0 Favorites   0 Comments

Color spaces of #acfacc

RGB 172250204
HSL0.400.890.83
HSV145°31°98°
CMYK 0.310.000.18   0.02
XYZ62.097981.501569.5852
Yxy81.50150.29130.3823
Hunter Lab90.2782-35.205517.4948
CIE-Lab92.3544-33.184914.5456

#acfacc color RGB value is (172,250,204).

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

The process color (four color CMYK) of #acfacc color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #acfacc is #99ffcc. Color #acfacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11001100
Octal 254 372 314
Decimal 172 250 204
Hex AC FA CC

RGB Percentages of Color #acfacc

%27.48
%39.94
%32.59

CMYK Percentages of Color #acfacc

%31
%0
%18
%2

Triadic Colors of #acfacc

#acfacc #ccacfa #faccac

Analogous Colors of #acfacc

#acfacc #acfaf3 #b3faac

Monochromatic Colors of #acfacc

#acfacc

Complementary Color

#acfacc #faacda

#acfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfacc Color CSS Codes

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

#acfacc Text Font Color

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

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


#acfacc Background Color

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

This div background color is #acfacc


#acfacc Border Color

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

This div border color is #acfacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfacc


Comments

No comments written yet.

Please login to write comment.