Color Hex Logo

#c3cadd Color Hex

#C3CADD
(195,202,221)
1 Favorites   0 Comments

Color spaces of #c3cadd

RGB 195202221
HSL0.620.280.82
HSV224°12°87°
CMYK 0.120.090.00   0.13
XYZ56.677459.063676.8198
Yxy59.06360.29430.3067
Hunter Lab76.8528-2.8524-5.4675
CIE-Lab81.32651.3389-10.2425

#c3cadd color RGB value is (195,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11011101
Octal 303 312 335
Decimal 195 202 221
Hex C3 CA DD

RGB Percentages of Color #c3cadd

%31.55
%32.69
%35.76

CMYK Percentages of Color #c3cadd

%12
%9
%0
%13

Triadic Colors of #c3cadd

#c3cadd #ddc3ca #caddc3

Analogous Colors of #c3cadd

#c3cadd #c9c3dd #c3d7dd

Monochromatic Colors of #c3cadd

#c3cadd

Complementary Color

#c3cadd #ddd6c3

#c3cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cadd Color CSS Codes

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

#c3cadd Text Font Color

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

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


#c3cadd Background Color

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

This div background color is #c3cadd


#c3cadd Border Color

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

This div border color is #c3cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cadd


Comments

No comments written yet.

Please login to write comment.