Color Hex Logo

#acc7cf Color Hex

#ACC7CF
(172,199,207)
0 Favorites   0 Comments

Color spaces of #acc7cf

RGB 172199207
HSL0.540.270.74
HSV194°17°81°
CMYK 0.170.040.00   0.19
XYZ48.699254.122566.9115
Yxy54.12250.28690.3189
Hunter Lab73.5680-10.5838-2.4278
CIE-Lab78.5331-7.3741-7.0489

#acc7cf color RGB value is (172,199,207).

#acc7cf hex color red value is 172, green value is 199 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #acc7cf hue: 0.54 , saturation: 0.27 and the lightness value of acc7cf is 0.74.

The process color (four color CMYK) of #acc7cf color hex is 0.17, 0.04, 0.00, 0.19. Web safe color of #acc7cf is #99cccc. Color #acc7cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 11001111
Octal 254 307 317
Decimal 172 199 207
Hex AC C7 CF

RGB Percentages of Color #acc7cf

%29.76
%34.43
%35.81

CMYK Percentages of Color #acc7cf

%17
%4
%0
%19

Triadic Colors of #acc7cf

#acc7cf #cfacc7 #c7cfac

Analogous Colors of #acc7cf

#acc7cf #acb6cf #accfc6

Monochromatic Colors of #acc7cf

#acc7cf

Complementary Color

#acc7cf #cfb4ac

#acc7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7cf Color CSS Codes

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

#acc7cf Text Font Color

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

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


#acc7cf Background Color

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

This div background color is #acc7cf


#acc7cf Border Color

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

This div border color is #acc7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7cf


Comments

No comments written yet.

Please login to write comment.