Color Hex Logo

#c4cadd Color Hex

#C4CADD
(196,202,221)
0 Favorites   0 Comments

Color spaces of #c4cadd

RGB 196202221
HSL0.630.270.82
HSV226°11°87°
CMYK 0.110.090.00   0.13
XYZ56.936659.197376.8319
Yxy59.19730.29510.3068
Hunter Lab76.9398-2.5519-5.3490
CIE-Lab81.39991.6632-10.1253

#c4cadd color RGB value is (196,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11011101
Octal 304 312 335
Decimal 196 202 221
Hex C4 CA DD

RGB Percentages of Color #c4cadd

%31.66
%32.63
%35.70

CMYK Percentages of Color #c4cadd

%11
%9
%0
%13

Triadic Colors of #c4cadd

#c4cadd #ddc4ca #caddc4

Analogous Colors of #c4cadd

#c4cadd #cbc4dd #c4d7dd

Monochromatic Colors of #c4cadd

#c4cadd

Complementary Color

#c4cadd #ddd7c4

#c4cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cadd Color CSS Codes

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

#c4cadd Text Font Color

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

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


#c4cadd Background Color

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

This div background color is #c4cadd


#c4cadd Border Color

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

This div border color is #c4cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cadd


Comments

No comments written yet.

Please login to write comment.