Color Hex Logo

#c4cadf Color Hex

#C4CADF
(196,202,223)
0 Favorites   0 Comments

Color spaces of #c4cadf

RGB 196202223
HSL0.630.300.82
HSV227°12°87°
CMYK 0.120.090.00   0.13
XYZ57.204859.304578.2439
Yxy59.30450.29370.3045
Hunter Lab77.0094-2.1716-6.3338
CIE-Lab81.45872.0707-11.1082

#c4cadf color RGB value is (196,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11011111
Octal 304 312 337
Decimal 196 202 223
Hex C4 CA DF

RGB Percentages of Color #c4cadf

%31.56
%32.53
%35.91

CMYK Percentages of Color #c4cadf

%12
%9
%0
%13

Triadic Colors of #c4cadf

#c4cadf #dfc4ca #cadfc4

Analogous Colors of #c4cadf

#c4cadf #ccc4df #c4d8df

Monochromatic Colors of #c4cadf

#c4cadf

Complementary Color

#c4cadf #dfd9c4

#c4cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cadf Color CSS Codes

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

#c4cadf Text Font Color

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

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


#c4cadf Background Color

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

This div background color is #c4cadf


#c4cadf Border Color

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

This div border color is #c4cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cadf


Comments

No comments written yet.

Please login to write comment.