Color Hex Logo

#c6ccdb Color Hex

#C6CCDB
(198,204,219)
0 Favorites   0 Comments

Color spaces of #c6ccdb

RGB 198204219
HSL0.620.230.82
HSV223°10°86°
CMYK 0.100.070.00   0.14
XYZ57.667860.306075.6186
Yxy60.30600.29790.3115
Hunter Lab77.6569-3.3461-3.3739
CIE-Lab82.00420.8550-8.1412

#c6ccdb color RGB value is (198,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 11011011
Octal 306 314 333
Decimal 198 204 219
Hex C6 CC DB

RGB Percentages of Color #c6ccdb

%31.88
%32.85
%35.27

CMYK Percentages of Color #c6ccdb

%10
%7
%0
%14

Triadic Colors of #c6ccdb

#c6ccdb #dbc6cc #ccdbc6

Analogous Colors of #c6ccdb

#c6ccdb #cbc6db #c6d7db

Monochromatic Colors of #c6ccdb

#c6ccdb

Complementary Color

#c6ccdb #dbd5c6

#c6ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ccdb Color CSS Codes

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

#c6ccdb Text Font Color

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

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


#c6ccdb Background Color

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

This div background color is #c6ccdb


#c6ccdb Border Color

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

This div border color is #c6ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ccdb


Comments

No comments written yet.

Please login to write comment.