Color Hex Logo

#c3cfdd Color Hex

#C3CFDD
(195,207,221)
2 Favorites   0 Comments

Color spaces of #c3cfdd

RGB 195207221
HSL0.590.280.82
HSV212°12°87°
CMYK 0.120.060.00   0.13
XYZ57.869661.448277.2172
Yxy61.44820.29440.3127
Hunter Lab78.3889-5.4052-3.5315
CIE-Lab82.6191-1.3021-8.3204

#c3cfdd color RGB value is (195,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11011101
Octal 303 317 335
Decimal 195 207 221
Hex C3 CF DD

RGB Percentages of Color #c3cfdd

%31.30
%33.23
%35.47

CMYK Percentages of Color #c3cfdd

%12
%6
%0
%13

Triadic Colors of #c3cfdd

#c3cfdd #ddc3cf #cfddc3

Analogous Colors of #c3cfdd

#c3cfdd #c4c3dd #c3dcdd

Monochromatic Colors of #c3cfdd

#c3cfdd

Complementary Color

#c3cfdd #ddd1c3

#c3cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfdd Color CSS Codes

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

#c3cfdd Text Font Color

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

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


#c3cfdd Background Color

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

This div background color is #c3cfdd


#c3cfdd Border Color

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

This div border color is #c3cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfdd


Comments

No comments written yet.

Please login to write comment.