Color Hex Logo

#acfacd Color Hex

#ACFACD
(172,250,205)
0 Favorites   0 Comments

Color spaces of #acfacd

RGB 172250205
HSL0.400.890.83
HSV145°31°98°
CMYK 0.310.000.18   0.02
XYZ62.218381.549670.2190
Yxy81.54960.29080.3811
Hunter Lab90.3048-35.050317.1108
CIE-Lab92.3757-32.996514.0609

#acfacd color RGB value is (172,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11001101
Octal 254 372 315
Decimal 172 250 205
Hex AC FA CD

RGB Percentages of Color #acfacd

%27.43
%39.87
%32.70

CMYK Percentages of Color #acfacd

%31
%0
%18
%2

Triadic Colors of #acfacd

#acfacd #cdacfa #facdac

Analogous Colors of #acfacd

#acfacd #acfaf4 #b2faac

Monochromatic Colors of #acfacd

#acfacd

Complementary Color

#acfacd #faacd9

#acfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfacd Color CSS Codes

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

#acfacd Text Font Color

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

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


#acfacd Background Color

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

This div background color is #acfacd


#acfacd Border Color

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

This div border color is #acfacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfacd


Comments

No comments written yet.

Please login to write comment.