Color Hex Logo

#ccabca Color Hex

#CCABCA
(204,171,202)
0 Favorites   0 Comments

Color spaces of #ccabca

RGB 204171202
HSL0.840.240.74
HSV304°16°80°
CMYK 0.000.160.01   0.20
XYZ50.125446.227562.1580
Yxy46.22750.31620.2916
Hunter Lab67.990812.6130-6.6101
CIE-Lab73.692917.3571-11.2682

#ccabca color RGB value is (204,171,202).

#ccabca hex color red value is 204, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ccabca hue: 0.84 , saturation: 0.24 and the lightness value of ccabca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11001010
Octal 314 253 312
Decimal 204 171 202
Hex CC AB CA

RGB Percentages of Color #ccabca

%35.36
%29.64
%35.01

CMYK Percentages of Color #ccabca

%0
%16
%1
%20

Triadic Colors of #ccabca

#ccabca #caccab #abcacc

Analogous Colors of #ccabca

#ccabca #ccabba #beabcc

Monochromatic Colors of #ccabca

#ccabca

Complementary Color

#ccabca #abccad

#ccabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabca Color CSS Codes

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

#ccabca Text Font Color

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

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


#ccabca Background Color

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

This div background color is #ccabca


#ccabca Border Color

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

This div border color is #ccabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabca


Comments

No comments written yet.

Please login to write comment.