Color Hex Logo

#ccabc4 Color Hex

#CCABC4
(204,171,196)
0 Favorites   0 Comments

Color spaces of #ccabc4

RGB 204171196
HSL0.870.240.74
HSV315°16°80°
CMYK 0.000.160.04   0.20
XYZ49.428645.948758.4884
Yxy45.94870.32120.2986
Hunter Lab67.785511.5361-3.7083
CIE-Lab73.512216.2553-8.2483

#ccabc4 color RGB value is (204,171,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11000100
Octal 314 253 304
Decimal 204 171 196
Hex CC AB C4

RGB Percentages of Color #ccabc4

%35.73
%29.95
%34.33

CMYK Percentages of Color #ccabc4

%0
%16
%4
%20

Triadic Colors of #ccabc4

#ccabc4 #c4ccab #abc4cc

Analogous Colors of #ccabc4

#ccabc4 #ccabb4 #c4abcc

Monochromatic Colors of #ccabc4

#ccabc4

Complementary Color

#ccabc4 #abccb3

#ccabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabc4 Color CSS Codes

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

#ccabc4 Text Font Color

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

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


#ccabc4 Background Color

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

This div background color is #ccabc4


#ccabc4 Border Color

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

This div border color is #ccabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabc4


Comments

No comments written yet.

Please login to write comment.