Color Hex Logo

#cca9ce Color Hex

#CCA9CE
(204,169,206)
0 Favorites   0 Comments

Color spaces of #cca9ce

RGB 204169206
HSL0.820.270.74
HSV297°18°81°
CMYK 0.010.180.00   0.19
XYZ50.230445.669564.5602
Yxy45.66950.31300.2846
Hunter Lab67.579214.4122-9.3358
CIE-Lab73.330619.2008-14.0033

#cca9ce color RGB value is (204,169,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 11001110
Octal 314 251 316
Decimal 204 169 206
Hex CC A9 CE

RGB Percentages of Color #cca9ce

%35.23
%29.19
%35.58

CMYK Percentages of Color #cca9ce

%1
%18
%0
%19

Triadic Colors of #cca9ce

#cca9ce #cecca9 #a9cecc

Analogous Colors of #cca9ce

#cca9ce #cea9be #baa9ce

Monochromatic Colors of #cca9ce

#cca9ce

Complementary Color

#cca9ce #abcea9

#cca9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9ce Color CSS Codes

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

#cca9ce Text Font Color

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

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


#cca9ce Background Color

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

This div background color is #cca9ce


#cca9ce Border Color

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

This div border color is #cca9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9ce


Comments

No comments written yet.

Please login to write comment.