Color Hex Logo

#c9cada Color Hex

#C9CADA
(201,202,218)
1 Favorites   0 Comments

Color spaces of #c9cada

RGB 201202218
HSL0.660.190.82
HSV236°85°
CMYK 0.080.070.00   0.15
XYZ57.862859.720574.8072
Yxy59.72050.30080.3104
Hunter Lab77.2790-1.5862-3.2982
CIE-Lab81.68602.7031-8.0540

#c9cada color RGB value is (201,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11011010
Octal 311 312 332
Decimal 201 202 218
Hex C9 CA DA

RGB Percentages of Color #c9cada

%32.37
%32.53
%35.10

CMYK Percentages of Color #c9cada

%8
%7
%0
%15

Triadic Colors of #c9cada

#c9cada #dac9ca #cadac9

Analogous Colors of #c9cada

#c9cada #d1c9da #c9d3da

Monochromatic Colors of #c9cada

#c9cada

Complementary Color

#c9cada #dad9c9

#c9cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cada Color CSS Codes

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

#c9cada Text Font Color

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

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


#c9cada Background Color

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

This div background color is #c9cada


#c9cada Border Color

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

This div border color is #c9cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cada


Comments

No comments written yet.

Please login to write comment.