Color Hex Logo

#c2accc Color Hex

#C2ACCC
(194,172,204)
0 Favorites   0 Comments

Color spaces of #c2accc

RGB 194172204
HSL0.780.240.74
HSV281°16°80°
CMYK 0.050.160.00   0.20
XYZ47.899745.334063.3525
Yxy45.33400.30590.2895
Hunter Lab67.33059.1585-8.6557
CIE-Lab73.111313.7943-13.3271

#c2accc color RGB value is (194,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 11001100
Octal 302 254 314
Decimal 194 172 204
Hex C2 AC CC

RGB Percentages of Color #c2accc

%34.04
%30.18
%35.79

CMYK Percentages of Color #c2accc

%5
%16
%0
%20

Triadic Colors of #c2accc

#c2accc #ccc2ac #acccc2

Analogous Colors of #c2accc

#c2accc #ccacc6 #b2accc

Monochromatic Colors of #c2accc

#c2accc

Complementary Color

#c2accc #b6ccac

#c2accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2accc Color CSS Codes

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

#c2accc Text Font Color

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

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


#c2accc Background Color

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

This div background color is #c2accc


#c2accc Border Color

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

This div border color is #c2accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2accc


Comments

No comments written yet.

Please login to write comment.