Color Hex Logo

#c3cbdb Color Hex

#C3CBDB
(195,203,219)
0 Favorites   0 Comments

Color spaces of #c3cbdb

RGB 195203219
HSL0.610.250.81
HSV220°11°86°
CMYK 0.110.070.00   0.14
XYZ56.647859.428475.5030
Yxy59.42840.29570.3102
Hunter Lab77.0898-3.7403-4.1067
CIE-Lab81.52650.4037-8.8745

#c3cbdb color RGB value is (195,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 11011011
Octal 303 313 333
Decimal 195 203 219
Hex C3 CB DB

RGB Percentages of Color #c3cbdb

%31.60
%32.90
%35.49

CMYK Percentages of Color #c3cbdb

%11
%7
%0
%14

Triadic Colors of #c3cbdb

#c3cbdb #dbc3cb #cbdbc3

Analogous Colors of #c3cbdb

#c3cbdb #c7c3db #c3d7db

Monochromatic Colors of #c3cbdb

#c3cbdb

Complementary Color

#c3cbdb #dbd3c3

#c3cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbdb Color CSS Codes

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

#c3cbdb Text Font Color

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

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


#c3cbdb Background Color

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

This div background color is #c3cbdb


#c3cbdb Border Color

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

This div border color is #c3cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbdb


Comments

No comments written yet.

Please login to write comment.