Color Hex Logo

#acafc7 Color Hex

#ACAFC7
(172,175,199)
0 Favorites   0 Comments

Color spaces of #acafc7

RGB 172175199
HSL0.650.190.73
HSV233°14°78°
CMYK 0.140.120.00   0.22
XYZ42.652043.554160.1916
Yxy43.55410.29130.2975
Hunter Lab65.9955-0.1301-7.8789
CIE-Lab71.92943.7924-12.5403

#acafc7 color RGB value is (172,175,199).

#acafc7 hex color red value is 172, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #acafc7 hue: 0.65 , saturation: 0.19 and the lightness value of acafc7 is 0.73.

The process color (four color CMYK) of #acafc7 color hex is 0.14, 0.12, 0.00, 0.22. Web safe color of #acafc7 is #9999cc. Color #acafc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11000111
Octal 254 257 307
Decimal 172 175 199
Hex AC AF C7

RGB Percentages of Color #acafc7

%31.50
%32.05
%36.45

CMYK Percentages of Color #acafc7

%14
%12
%0
%22

Triadic Colors of #acafc7

#acafc7 #c7acaf #afc7ac

Analogous Colors of #acafc7

#acafc7 #b7acc7 #acbdc7

Monochromatic Colors of #acafc7

#acafc7

Complementary Color

#acafc7 #c7c4ac

#acafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafc7 Color CSS Codes

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

#acafc7 Text Font Color

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

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


#acafc7 Background Color

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

This div background color is #acafc7


#acafc7 Border Color

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

This div border color is #acafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafc7


Comments

No comments written yet.

Please login to write comment.