Color Hex Logo

#ccace7 Color Hex

#CCACE7
(204,172,231)
0 Favorites   0 Comments

Color spaces of #ccace7

RGB 204172231
HSL0.760.550.79
HSV273°26°91°
CMYK 0.120.260.00   0.09
XYZ54.078248.111982.0376
Yxy48.11190.29350.2612
Hunter Lab69.362717.7815-21.5703
CIE-Lab74.895522.5248-25.2737

#ccace7 color RGB value is (204,172,231).

#ccace7 hex color red value is 204, green value is 172 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ccace7 hue: 0.76 , saturation: 0.55 and the lightness value of ccace7 is 0.79.

The process color (four color CMYK) of #ccace7 color hex is 0.12, 0.26, 0.00, 0.09. Web safe color of #ccace7 is #cc99ff. Color #ccace7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11100111
Octal 314 254 347
Decimal 204 172 231
Hex CC AC E7

RGB Percentages of Color #ccace7

%33.61
%28.34
%38.06

CMYK Percentages of Color #ccace7

%12
%26
%0
%9

Triadic Colors of #ccace7

#ccace7 #e7ccac #ace7cc

Analogous Colors of #ccace7

#ccace7 #e7ace5 #aface7

Monochromatic Colors of #ccace7

#ccace7

Complementary Color

#ccace7 #c7e7ac

#ccace7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccace7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccace7 Color CSS Codes

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

#ccace7 Text Font Color

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

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


#ccace7 Background Color

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

This div background color is #ccace7


#ccace7 Border Color

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

This div border color is #ccace7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccace7


Comments

No comments written yet.

Please login to write comment.