Color Hex Logo

#c7cade Color Hex

#C7CADE
(199,202,222)
0 Favorites   0 Comments

Color spaces of #c7cade

RGB 199202222
HSL0.640.260.83
HSV232°10°87°
CMYK 0.100.090.00   0.13
XYZ57.858559.657177.5727
Yxy59.65710.29660.3058
Hunter Lab77.2380-1.4533-5.4803
CIE-Lab81.65152.8417-10.2621

#c7cade color RGB value is (199,202,222).

#c7cade hex color red value is 199, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7cade hue: 0.64 , saturation: 0.26 and the lightness value of c7cade is 0.83.

The process color (four color CMYK) of #c7cade color hex is 0.10, 0.09, 0.00, 0.13. Web safe color of #c7cade is #cccccc. Color #c7cade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001010 11011110
Octal 307 312 336
Decimal 199 202 222
Hex C7 CA DE

RGB Percentages of Color #c7cade

%31.94
%32.42
%35.63

CMYK Percentages of Color #c7cade

%10
%9
%0
%13

Triadic Colors of #c7cade

#c7cade #dec7ca #cadec7

Analogous Colors of #c7cade

#c7cade #d0c7de #c7d6de

Monochromatic Colors of #c7cade

#c7cade

Complementary Color

#c7cade #dedbc7

#c7cade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cade Color CSS Codes

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

#c7cade Text Font Color

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

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


#c7cade Background Color

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

This div background color is #c7cade


#c7cade Border Color

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

This div border color is #c7cade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cade


Comments

No comments written yet.

Please login to write comment.