Color Hex Logo

#ccabc7 Color Hex

#CCABC7
(204,171,199)
0 Favorites   0 Comments

Color spaces of #ccabc7

RGB 204171199
HSL0.860.240.74
HSV309°16°80°
CMYK 0.000.160.02   0.20
XYZ49.773646.086760.3051
Yxy46.08670.31870.2951
Hunter Lab67.887212.0702-5.1471
CIE-Lab73.601816.8027-9.7602

#ccabc7 color RGB value is (204,171,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11000111
Octal 314 253 307
Decimal 204 171 199
Hex CC AB C7

RGB Percentages of Color #ccabc7

%35.54
%29.79
%34.67

CMYK Percentages of Color #ccabc7

%0
%16
%2
%20

Triadic Colors of #ccabc7

#ccabc7 #c7ccab #abc7cc

Analogous Colors of #ccabc7

#ccabc7 #ccabb7 #c1abcc

Monochromatic Colors of #ccabc7

#ccabc7

Complementary Color

#ccabc7 #abccb0

#ccabc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabc7 Color CSS Codes

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

#ccabc7 Text Font Color

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

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


#ccabc7 Background Color

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

This div background color is #ccabc7


#ccabc7 Border Color

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

This div border color is #ccabc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabc7


Comments

No comments written yet.

Please login to write comment.