Color Hex Logo

#c6cadb Color Hex

#C6CADB
(198,202,219)
0 Favorites   0 Comments

Color spaces of #c6cadb

RGB 198202219
HSL0.630.230.82
HSV229°10°86°
CMYK 0.100.080.00   0.14
XYZ57.195459.361375.4612
Yxy59.36130.29790.3091
Hunter Lab77.0463-2.3213-4.1378
CIE-Lab81.48981.9135-8.9052

#c6cadb color RGB value is (198,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11011011
Octal 306 312 333
Decimal 198 202 219
Hex C6 CA DB

RGB Percentages of Color #c6cadb

%31.99
%32.63
%35.38

CMYK Percentages of Color #c6cadb

%10
%8
%0
%14

Triadic Colors of #c6cadb

#c6cadb #dbc6ca #cadbc6

Analogous Colors of #c6cadb

#c6cadb #cdc6db #c6d5db

Monochromatic Colors of #c6cadb

#c6cadb

Complementary Color

#c6cadb #dbd7c6

#c6cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cadb Color CSS Codes

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

#c6cadb Text Font Color

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

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


#c6cadb Background Color

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

This div background color is #c6cadb


#c6cadb Border Color

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

This div border color is #c6cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cadb

#c6cadb Color Palettes


Comments

No comments written yet.

Please login to write comment.