Color Hex Logo

#c0acca Color Hex

#C0ACCA
(192,172,202)
0 Favorites   0 Comments

Color spaces of #c0acca

RGB 192172202
HSL0.780.220.73
HSV280°15°79°
CMYK 0.050.150.00   0.21
XYZ47.151444.975862.0732
Yxy44.97580.30580.2917
Hunter Lab67.06408.1379-7.9329
CIE-Lab72.876012.7258-12.6013

#c0acca color RGB value is (192,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 11001010
Octal 300 254 312
Decimal 192 172 202
Hex C0 AC CA

RGB Percentages of Color #c0acca

%33.92
%30.39
%35.69

CMYK Percentages of Color #c0acca

%5
%15
%0
%21

Triadic Colors of #c0acca

#c0acca #cac0ac #accac0

Analogous Colors of #c0acca

#c0acca #caacc5 #b1acca

Monochromatic Colors of #c0acca

#c0acca

Complementary Color

#c0acca #b6caac

#c0acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0acca Color CSS Codes

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

#c0acca Text Font Color

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

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


#c0acca Background Color

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

This div background color is #c0acca


#c0acca Border Color

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

This div border color is #c0acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0acca


Comments

No comments written yet.

Please login to write comment.