Color Hex Logo

#c2cada Color Hex

#C2CADA
(194,202,218)
0 Favorites   0 Comments

Color spaces of #c2cada

RGB 194202218
HSL0.610.240.81
HSV220°11°85°
CMYK 0.110.070.00   0.15
XYZ56.023658.772374.7211
Yxy58.77230.29560.3101
Hunter Lab76.6631-3.7168-4.1239
CIE-Lab81.16630.4052-8.8824

#c2cada color RGB value is (194,202,218).

#c2cada hex color red value is 194, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c2cada hue: 0.61 , saturation: 0.24 and the lightness value of c2cada is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 11011010
Octal 302 312 332
Decimal 194 202 218
Hex C2 CA DA

RGB Percentages of Color #c2cada

%31.60
%32.90
%35.50

CMYK Percentages of Color #c2cada

%11
%7
%0
%15

Triadic Colors of #c2cada

#c2cada #dac2ca #cadac2

Analogous Colors of #c2cada

#c2cada #c6c2da #c2d6da

Monochromatic Colors of #c2cada

#c2cada

Complementary Color

#c2cada #dad2c2

#c2cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cada Color CSS Codes

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

#c2cada Text Font Color

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

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


#c2cada Background Color

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

This div background color is #c2cada


#c2cada Border Color

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

This div border color is #c2cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cada


Comments

No comments written yet.

Please login to write comment.