Color Hex Logo

#accccf Color Hex

#ACCCCF
(172,204,207)
0 Favorites   0 Comments

Color spaces of #accccf

RGB 172204207
HSL0.510.270.74
HSV185°17°81°
CMYK 0.170.010.00   0.19
XYZ49.868656.461467.3013
Yxy56.46140.28720.3252
Hunter Lab75.1408-13.0315-0.5057
CIE-Lab79.8757-9.9839-5.0637

#accccf color RGB value is (172,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11001111
Octal 254 314 317
Decimal 172 204 207
Hex AC CC CF

RGB Percentages of Color #accccf

%29.50
%34.99
%35.51

CMYK Percentages of Color #accccf

%17
%1
%0
%19

Triadic Colors of #accccf

#accccf #cfaccc #cccfac

Analogous Colors of #accccf

#accccf #acbbcf #accfc1

Monochromatic Colors of #accccf

#accccf

Complementary Color

#accccf #cfafac

#accccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accccf Color CSS Codes

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

#accccf Text Font Color

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

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


#accccf Background Color

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

This div background color is #accccf


#accccf Border Color

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

This div border color is #accccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accccf


Comments

No comments written yet.

Please login to write comment.