Color Hex Logo

#ccaccf Color Hex

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

Color spaces of #ccaccf

RGB 204172207
HSL0.820.270.74
HSV295°17°81°
CMYK 0.010.170.00   0.19
XYZ50.916846.847465.3903
Yxy46.84740.31210.2871
Hunter Lab68.445213.0083-8.7321
CIE-Lab74.092117.7515-13.4075

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

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

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

Base Numbers

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

RGB Percentages of Color #ccaccf

%34.99
%29.50
%35.51

CMYK Percentages of Color #ccaccf

%1
%17
%0
%19

Triadic Colors of #ccaccf

#ccaccf #cfccac #accfcc

Analogous Colors of #ccaccf

#ccaccf #cfacc1 #bbaccf

Monochromatic Colors of #ccaccf

#ccaccf

Complementary Color

#ccaccf #afcfac

#ccaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaccf Color CSS Codes

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

#ccaccf Text Font Color

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

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


#ccaccf Background Color

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

This div background color is #ccaccf


#ccaccf Border Color

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

This div border color is #ccaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaccf


Comments

No comments written yet.

Please login to write comment.