Color Hex Logo

#c4abcc Color Hex

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

Color spaces of #c4abcc

RGB 196171204
HSL0.790.240.74
HSV285°16°80°
CMYK 0.040.160.00   0.20
XYZ48.226945.221263.3135
Yxy45.22120.30760.2885
Hunter Lab67.246710.3320-8.7495
CIE-Lab73.037315.0171-13.4204

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

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

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

Base Numbers

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

RGB Percentages of Color #c4abcc

%34.33
%29.95
%35.73

CMYK Percentages of Color #c4abcc

%4
%16
%0
%20

Triadic Colors of #c4abcc

#c4abcc #ccc4ab #abccc4

Analogous Colors of #c4abcc

#c4abcc #ccabc4 #b4abcc

Monochromatic Colors of #c4abcc

#c4abcc

Complementary Color

#c4abcc #b3ccab

#c4abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abcc Color CSS Codes

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

#c4abcc Text Font Color

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

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


#c4abcc Background Color

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

This div background color is #c4abcc


#c4abcc Border Color

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

This div border color is #c4abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abcc


Comments

No comments written yet.

Please login to write comment.