Color Hex Logo

#ccaecc Color Hex

#CCAECC
(204,174,204)
0 Favorites   0 Comments

Color spaces of #ccaecc

RGB 204174204
HSL0.830.230.74
HSV300°15°80°
CMYK 0.000.150.00   0.20
XYZ50.937047.469163.6045
Yxy47.46910.31440.2930
Hunter Lab68.897811.3960-6.5064
CIE-Lab74.488816.0950-11.1731

#ccaecc color RGB value is (204,174,204).

#ccaecc hex color red value is 204, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccaecc hue: 0.83 , saturation: 0.23 and the lightness value of ccaecc is 0.74.

The process color (four color CMYK) of #ccaecc color hex is 0.00, 0.15, 0.00, 0.20. Web safe color of #ccaecc is #cc99cc. Color #ccaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11001100
Octal 314 256 314
Decimal 204 174 204
Hex CC AE CC

RGB Percentages of Color #ccaecc

%35.05
%29.90
%35.05

CMYK Percentages of Color #ccaecc

%0
%15
%0
%20

Triadic Colors of #ccaecc

#ccaecc #ccccae #aecccc

Analogous Colors of #ccaecc

#ccaecc #ccaebd #bdaecc

Monochromatic Colors of #ccaecc

#ccaecc

Complementary Color

#ccaecc #aeccae

#ccaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaecc Color CSS Codes

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

#ccaecc Text Font Color

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

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


#ccaecc Background Color

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

This div background color is #ccaecc


#ccaecc Border Color

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

This div border color is #ccaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaecc


Comments

No comments written yet.

Please login to write comment.