Color Hex Logo

#c3cade Color Hex

#C3CADE
(195,202,222)
0 Favorites   0 Comments

Color spaces of #c3cade

RGB 195202222
HSL0.620.290.82
HSV224°12°87°
CMYK 0.120.090.00   0.13
XYZ56.811059.117177.5237
Yxy59.11710.29370.3056
Hunter Lab76.8876-2.6627-5.9591
CIE-Lab81.35591.5427-10.7340

#c3cade color RGB value is (195,202,222).

#c3cade hex color red value is 195, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c3cade hue: 0.62 , saturation: 0.29 and the lightness value of c3cade is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11011110
Octal 303 312 336
Decimal 195 202 222
Hex C3 CA DE

RGB Percentages of Color #c3cade

%31.50
%32.63
%35.86

CMYK Percentages of Color #c3cade

%12
%9
%0
%13

Triadic Colors of #c3cade

#c3cade #dec3ca #cadec3

Analogous Colors of #c3cade

#c3cade #cac3de #c3d8de

Monochromatic Colors of #c3cade

#c3cade

Complementary Color

#c3cade #ded7c3

#c3cade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cade Color CSS Codes

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

#c3cade Text Font Color

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

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


#c3cade Background Color

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

This div background color is #c3cade


#c3cade Border Color

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

This div border color is #c3cade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cade


Comments

No comments written yet.

Please login to write comment.