Color Hex Logo

#c6cada Color Hex

#C6CADA
(198,202,218)
0 Favorites   0 Comments

Color spaces of #c6cada

RGB 198202218
HSL0.630.210.82
HSV228°85°
CMYK 0.090.070.00   0.15
XYZ57.064159.308874.7698
Yxy59.30880.29850.3103
Hunter Lab77.0122-2.5074-3.6551
CIE-Lab81.46101.7141-8.4125

#c6cada color RGB value is (198,202,218).

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

The process color (four color CMYK) of #c6cada color hex is 0.09, 0.07, 0.00, 0.15. Web safe color of #c6cada is #cccccc. Color #c6cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11011010
Octal 306 312 332
Decimal 198 202 218
Hex C6 CA DA

RGB Percentages of Color #c6cada

%32.04
%32.69
%35.28

CMYK Percentages of Color #c6cada

%9
%7
%0
%15

Triadic Colors of #c6cada

#c6cada #dac6ca #cadac6

Analogous Colors of #c6cada

#c6cada #ccc6da #c6d4da

Monochromatic Colors of #c6cada

#c6cada

Complementary Color

#c6cada #dad6c6

#c6cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cada Color CSS Codes

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

#c6cada Text Font Color

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

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


#c6cada Background Color

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

This div background color is #c6cada


#c6cada Border Color

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

This div border color is #c6cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cada


Comments

No comments written yet.

Please login to write comment.