Color Hex Logo

#c8accc Color Hex

#C8ACCC
(200,172,204)
0 Favorites   0 Comments

Color spaces of #c8accc

RGB 200172204
HSL0.810.240.74
HSV293°16°80°
CMYK 0.020.160.00   0.20
XYZ49.471046.144063.4260
Yxy46.14400.31110.2901
Hunter Lab67.929411.1200-7.8088
CIE-Lab73.638915.8243-12.4820

#c8accc color RGB value is (200,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11001100
Octal 310 254 314
Decimal 200 172 204
Hex C8 AC CC

RGB Percentages of Color #c8accc

%34.72
%29.86
%35.42

CMYK Percentages of Color #c8accc

%2
%16
%0
%20

Triadic Colors of #c8accc

#c8accc #ccc8ac #acccc8

Analogous Colors of #c8accc

#c8accc #ccacc0 #b8accc

Monochromatic Colors of #c8accc

#c8accc

Complementary Color

#c8accc #b0ccac

#c8accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8accc Color CSS Codes

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

#c8accc Text Font Color

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

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


#c8accc Background Color

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

This div background color is #c8accc


#c8accc Border Color

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

This div border color is #c8accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8accc


Comments

No comments written yet.

Please login to write comment.