Color Hex Logo

#c6cad8 Color Hex

#C6CAD8
(198,202,216)
0 Favorites   0 Comments

Color spaces of #c6cad8

RGB 198202216
HSL0.630.190.81
HSV227°85°
CMYK 0.080.060.00   0.15
XYZ56.803959.204773.3995
Yxy59.20470.29990.3126
Hunter Lab76.9446-2.8764-2.6971
CIE-Lab81.40401.3180-7.4263

#c6cad8 color RGB value is (198,202,216).

#c6cad8 hex color red value is 198, green value is 202 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c6cad8 hue: 0.63 , saturation: 0.19 and the lightness value of c6cad8 is 0.81.

The process color (four color CMYK) of #c6cad8 color hex is 0.08, 0.06, 0.00, 0.15. Web safe color of #c6cad8 is #cccccc. Color #c6cad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11011000
Octal 306 312 330
Decimal 198 202 216
Hex C6 CA D8

RGB Percentages of Color #c6cad8

%32.14
%32.79
%35.06

CMYK Percentages of Color #c6cad8

%8
%6
%0
%15

Triadic Colors of #c6cad8

#c6cad8 #d8c6ca #cad8c6

Analogous Colors of #c6cad8

#c6cad8 #cbc6d8 #c6d3d8

Monochromatic Colors of #c6cad8

#c6cad8

Complementary Color

#c6cad8 #d8d4c6

#c6cad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cad8 Color CSS Codes

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

#c6cad8 Text Font Color

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

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


#c6cad8 Background Color

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

This div background color is #c6cad8


#c6cad8 Border Color

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

This div border color is #c6cad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cad8


Comments

No comments written yet.

Please login to write comment.