Color Hex Logo

#c1acca Color Hex

#C1ACCA
(193,172,202)
0 Favorites   0 Comments

Color spaces of #c1acca

RGB 193172202
HSL0.780.220.73
HSV282°15°79°
CMYK 0.040.150.00   0.21
XYZ47.405545.106862.0851
Yxy45.10680.30660.2918
Hunter Lab67.16168.4601-7.7954
CIE-Lab72.962213.0639-12.4633

#c1acca color RGB value is (193,172,202).

#c1acca hex color red value is 193, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c1acca hue: 0.78 , saturation: 0.22 and the lightness value of c1acca is 0.73.

The process color (four color CMYK) of #c1acca color hex is 0.04, 0.15, 0.00, 0.21. Web safe color of #c1acca is #cc99cc. Color #c1acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 11001010
Octal 301 254 312
Decimal 193 172 202
Hex C1 AC CA

RGB Percentages of Color #c1acca

%34.04
%30.34
%35.63

CMYK Percentages of Color #c1acca

%4
%15
%0
%21

Triadic Colors of #c1acca

#c1acca #cac1ac #accac1

Analogous Colors of #c1acca

#c1acca #caacc4 #b2acca

Monochromatic Colors of #c1acca

#c1acca

Complementary Color

#c1acca #b5caac

#c1acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acca Color CSS Codes

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

#c1acca Text Font Color

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

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


#c1acca Background Color

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

This div background color is #c1acca


#c1acca Border Color

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

This div border color is #c1acca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,172,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 #c1acca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acca


Comments

No comments written yet.

Please login to write comment.