Color Hex Logo

#c4cad3 Color Hex

#C4CAD3
(196,202,211)
0 Favorites   0 Comments

Color spaces of #c4cad3

RGB 196202211
HSL0.600.150.80
HSV216°83°
CMYK 0.070.040.00   0.17
XYZ55.643458.680070.0217
Yxy58.68000.30180.3183
Hunter Lab76.6029-4.3948-0.5742
CIE-Lab81.1154-0.3259-5.1915

#c4cad3 color RGB value is (196,202,211).

#c4cad3 hex color red value is 196, green value is 202 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c4cad3 hue: 0.60 , saturation: 0.15 and the lightness value of c4cad3 is 0.80.

The process color (four color CMYK) of #c4cad3 color hex is 0.07, 0.04, 0.00, 0.17. Web safe color of #c4cad3 is #cccccc. Color #c4cad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11010011
Octal 304 312 323
Decimal 196 202 211
Hex C4 CA D3

RGB Percentages of Color #c4cad3

%32.18
%33.17
%34.65

CMYK Percentages of Color #c4cad3

%7
%4
%0
%17

Triadic Colors of #c4cad3

#c4cad3 #d3c4ca #cad3c4

Analogous Colors of #c4cad3

#c4cad3 #c6c4d3 #c4d2d3

Monochromatic Colors of #c4cad3

#c4cad3

Complementary Color

#c4cad3 #d3cdc4

#c4cad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cad3 Color CSS Codes

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

#c4cad3 Text Font Color

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

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


#c4cad3 Background Color

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

This div background color is #c4cad3


#c4cad3 Border Color

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

This div border color is #c4cad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cad3


Comments

No comments written yet.

Please login to write comment.