Color Hex Logo

#c6accd Color Hex

#C6ACCD
(198,172,205)
0 Favorites   0 Comments

Color spaces of #c6accd

RGB 198172205
HSL0.800.250.74
HSV287°16°80°
CMYK 0.030.160.00   0.20
XYZ49.060745.918664.0350
Yxy45.91860.30850.2888
Hunter Lab67.763310.6485-8.5936
CIE-Lab73.492715.3395-13.2669

#c6accd color RGB value is (198,172,205).

#c6accd hex color red value is 198, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c6accd hue: 0.80 , saturation: 0.25 and the lightness value of c6accd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 11001101
Octal 306 254 315
Decimal 198 172 205
Hex C6 AC CD

RGB Percentages of Color #c6accd

%34.43
%29.91
%35.65

CMYK Percentages of Color #c6accd

%3
%16
%0
%20

Triadic Colors of #c6accd

#c6accd #cdc6ac #accdc6

Analogous Colors of #c6accd

#c6accd #cdacc4 #b6accd

Monochromatic Colors of #c6accd

#c6accd

Complementary Color

#c6accd #b3cdac

#c6accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6accd Color CSS Codes

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

#c6accd Text Font Color

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

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


#c6accd Background Color

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

This div background color is #c6accd


#c6accd Border Color

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

This div border color is #c6accd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,172,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6accd


Comments

No comments written yet.

Please login to write comment.