Color Hex Logo

#c6cad4 Color Hex

#C6CAD4
(198,202,212)
1 Favorites   0 Comments

Color spaces of #c6cad4

RGB 198202212
HSL0.620.140.80
HSV223°83°
CMYK 0.070.050.00   0.17
XYZ56.292959.000370.7086
Yxy59.00030.30260.3172
Hunter Lab76.8117-3.6032-0.8110
CIE-Lab81.29180.5350-5.4501

#c6cad4 color RGB value is (198,202,212).

#c6cad4 hex color red value is 198, green value is 202 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #c6cad4 hue: 0.62 , saturation: 0.14 and the lightness value of c6cad4 is 0.80.

The process color (four color CMYK) of #c6cad4 color hex is 0.07, 0.05, 0.00, 0.17. Web safe color of #c6cad4 is #cccccc. Color #c6cad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11010100
Octal 306 312 324
Decimal 198 202 212
Hex C6 CA D4

RGB Percentages of Color #c6cad4

%32.35
%33.01
%34.64

CMYK Percentages of Color #c6cad4

%7
%5
%0
%17

Triadic Colors of #c6cad4

#c6cad4 #d4c6ca #cad4c6

Analogous Colors of #c6cad4

#c6cad4 #c9c6d4 #c6d1d4

Monochromatic Colors of #c6cad4

#c6cad4

Complementary Color

#c6cad4 #d4d0c6

#c6cad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cad4 Color CSS Codes

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

#c6cad4 Text Font Color

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

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


#c6cad4 Background Color

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

This div background color is #c6cad4


#c6cad4 Border Color

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

This div border color is #c6cad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cad4

#c6cad4 Color Palettes


Comments

No comments written yet.

Please login to write comment.