Color Hex Logo

#acc4cf Color Hex

#ACC4CF
(172,196,207)
0 Favorites   0 Comments

Color spaces of #acc4cf

RGB 172196207
HSL0.550.270.74
HSV199°17°81°
CMYK 0.170.050.00   0.19
XYZ48.015752.755566.6836
Yxy52.75550.28670.3150
Hunter Lab72.6330-9.1062-3.5905
CIE-Lab77.7304-5.7948-8.2396

#acc4cf color RGB value is (172,196,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 11001111
Octal 254 304 317
Decimal 172 196 207
Hex AC C4 CF

RGB Percentages of Color #acc4cf

%29.91
%34.09
%36.00

CMYK Percentages of Color #acc4cf

%17
%5
%0
%19

Triadic Colors of #acc4cf

#acc4cf #cfacc4 #c4cfac

Analogous Colors of #acc4cf

#acc4cf #acb3cf #accfc9

Monochromatic Colors of #acc4cf

#acc4cf

Complementary Color

#acc4cf #cfb7ac

#acc4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4cf Color CSS Codes

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

#acc4cf Text Font Color

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

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


#acc4cf Background Color

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

This div background color is #acc4cf


#acc4cf Border Color

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

This div border color is #acc4cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,196,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 #acc4cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4cf

#acc4cf Color Palettes


Comments

No comments written yet.

Please login to write comment.