Color Hex Logo

#ccabc2 Color Hex

#CCABC2
(204,171,194)
0 Favorites   0 Comments

Color spaces of #ccabc2

RGB 204171194
HSL0.880.240.74
HSV318°16°80°
CMYK 0.000.160.05   0.20
XYZ49.202445.858257.2972
Yxy45.85820.32290.3010
Hunter Lab67.718711.1851-2.7626
CIE-Lab73.453415.8944-7.2384

#ccabc2 color RGB value is (204,171,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11000010
Octal 314 253 302
Decimal 204 171 194
Hex CC AB C2

RGB Percentages of Color #ccabc2

%35.85
%30.05
%34.09

CMYK Percentages of Color #ccabc2

%0
%16
%5
%20

Triadic Colors of #ccabc2

#ccabc2 #c2ccab #abc2cc

Analogous Colors of #ccabc2

#ccabc2 #ccabb2 #c6abcc

Monochromatic Colors of #ccabc2

#ccabc2

Complementary Color

#ccabc2 #abccb5

#ccabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabc2 Color CSS Codes

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

#ccabc2 Text Font Color

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

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


#ccabc2 Background Color

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

This div background color is #ccabc2


#ccabc2 Border Color

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

This div border color is #ccabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabc2


Comments

No comments written yet.

Please login to write comment.