Color Hex Logo

#acfadd Color Hex

#ACFADD
(172,250,221)
0 Favorites   0 Comments

Color spaces of #acfadd

RGB 172250221
HSL0.440.890.83
HSV158°31°98°
CMYK 0.310.000.12   0.02
XYZ64.250082.362380.9178
Yxy82.36230.28240.3620
Hunter Lab90.7537-32.448010.6634
CIE-Lab92.7345-29.86826.3151

#acfadd color RGB value is (172,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11011101
Octal 254 372 335
Decimal 172 250 221
Hex AC FA DD

RGB Percentages of Color #acfadd

%26.75
%38.88
%34.37

CMYK Percentages of Color #acfadd

%31
%0
%12
%2

Triadic Colors of #acfadd

#acfadd #ddacfa #faddac

Analogous Colors of #acfadd

#acfadd #acf0fa #acfab6

Monochromatic Colors of #acfadd

#acfadd

Complementary Color

#acfadd #faacc9

#acfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfadd Color CSS Codes

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

#acfadd Text Font Color

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

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


#acfadd Background Color

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

This div background color is #acfadd


#acfadd Border Color

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

This div border color is #acfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfadd


Comments

No comments written yet.

Please login to write comment.