Color Hex Logo

#c3cfdb Color Hex

#C3CFDB
(195,207,219)
0 Favorites   0 Comments

Color spaces of #c3cfdb

RGB 195207219
HSL0.580.250.81
HSV210°11°86°
CMYK 0.110.050.00   0.14
XYZ57.604761.342275.8220
Yxy61.34220.29580.3149
Hunter Lab78.3213-5.7768-2.5732
CIE-Lab82.5624-1.7052-7.3375

#c3cfdb color RGB value is (195,207,219).

#c3cfdb hex color red value is 195, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3cfdb hue: 0.58 , saturation: 0.25 and the lightness value of c3cfdb is 0.81.

The process color (four color CMYK) of #c3cfdb color hex is 0.11, 0.05, 0.00, 0.14. Web safe color of #c3cfdb is #cccccc. Color #c3cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11011011
Octal 303 317 333
Decimal 195 207 219
Hex C3 CF DB

RGB Percentages of Color #c3cfdb

%31.40
%33.33
%35.27

CMYK Percentages of Color #c3cfdb

%11
%5
%0
%14

Triadic Colors of #c3cfdb

#c3cfdb #dbc3cf #cfdbc3

Analogous Colors of #c3cfdb

#c3cfdb #c3c3db #c3dbdb

Monochromatic Colors of #c3cfdb

#c3cfdb

Complementary Color

#c3cfdb #dbcfc3

#c3cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfdb Color CSS Codes

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

#c3cfdb Text Font Color

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

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


#c3cfdb Background Color

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

This div background color is #c3cfdb


#c3cfdb Border Color

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

This div border color is #c3cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfdb


Comments

No comments written yet.

Please login to write comment.