Color Hex Logo

#c6cbdb Color Hex

#C6CBDB
(198,203,219)
0 Favorites   0 Comments

Color spaces of #c6cbdb

RGB 198203219
HSL0.630.230.82
HSV226°10°86°
CMYK 0.100.070.00   0.14
XYZ57.430859.832175.5397
Yxy59.83210.29790.3103
Hunter Lab77.3512-2.8341-3.7556
CIE-Lab81.74681.3838-8.5233

#c6cbdb color RGB value is (198,203,219).

#c6cbdb hex color red value is 198, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6cbdb hue: 0.63 , saturation: 0.23 and the lightness value of c6cbdb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11011011
Octal 306 313 333
Decimal 198 203 219
Hex C6 CB DB

RGB Percentages of Color #c6cbdb

%31.94
%32.74
%35.32

CMYK Percentages of Color #c6cbdb

%10
%7
%0
%14

Triadic Colors of #c6cbdb

#c6cbdb #dbc6cb #cbdbc6

Analogous Colors of #c6cbdb

#c6cbdb #ccc6db #c6d6db

Monochromatic Colors of #c6cbdb

#c6cbdb

Complementary Color

#c6cbdb #dbd6c6

#c6cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbdb Color CSS Codes

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

#c6cbdb Text Font Color

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

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


#c6cbdb Background Color

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

This div background color is #c6cbdb


#c6cbdb Border Color

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

This div border color is #c6cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbdb

#c6cbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.