Color Hex Logo

#c6dacc Color Hex

#C6DACC
(198,218,204)
0 Favorites   0 Comments

Color spaces of #c6dacc

RGB 198218204
HSL0.380.210.82
HSV138°85°
CMYK 0.090.000.06   0.15
XYZ59.259266.508266.8408
Yxy66.50820.30770.3453
Hunter Lab81.5526-13.01218.4925
CIE-Lab85.2550-9.29844.6004

#c6dacc color RGB value is (198,218,204).

#c6dacc hex color red value is 198, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c6dacc hue: 0.38 , saturation: 0.21 and the lightness value of c6dacc is 0.82.

The process color (four color CMYK) of #c6dacc color hex is 0.09, 0.00, 0.06, 0.15. Web safe color of #c6dacc is #cccccc. Color #c6dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11001100
Octal 306 332 314
Decimal 198 218 204
Hex C6 DA CC

RGB Percentages of Color #c6dacc

%31.94
%35.16
%32.90

CMYK Percentages of Color #c6dacc

%9
%0
%6
%15

Triadic Colors of #c6dacc

#c6dacc #ccc6da #daccc6

Analogous Colors of #c6dacc

#c6dacc #c6dad6 #cadac6

Monochromatic Colors of #c6dacc

#c6dacc

Complementary Color

#c6dacc #dac6d4

#c6dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dacc Color CSS Codes

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

#c6dacc Text Font Color

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

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


#c6dacc Background Color

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

This div background color is #c6dacc


#c6dacc Border Color

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

This div border color is #c6dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dacc


Comments

No comments written yet.

Please login to write comment.