Color Hex Logo

#ccaace Color Hex

#CCAACE
(204,170,206)
0 Favorites   0 Comments

Color spaces of #ccaace

RGB 204170206
HSL0.820.270.74
HSV297°17°81°
CMYK 0.010.170.00   0.19
XYZ50.417146.043164.6224
Yxy46.04310.31300.2858
Hunter Lab67.855113.8812-8.9668
CIE-Lab73.573518.6539-13.6384

#ccaace color RGB value is (204,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11001110
Octal 314 252 316
Decimal 204 170 206
Hex CC AA CE

RGB Percentages of Color #ccaace

%35.17
%29.31
%35.52

CMYK Percentages of Color #ccaace

%1
%17
%0
%19

Triadic Colors of #ccaace

#ccaace #ceccaa #aacecc

Analogous Colors of #ccaace

#ccaace #ceaabe #baaace

Monochromatic Colors of #ccaace

#ccaace

Complementary Color

#ccaace #acceaa

#ccaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaace Color CSS Codes

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

#ccaace Text Font Color

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

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


#ccaace Background Color

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

This div background color is #ccaace


#ccaace Border Color

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

This div border color is #ccaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaace


Comments

No comments written yet.

Please login to write comment.