Color Hex Logo

#c6cbdd Color Hex

#C6CBDD
(198,203,221)
0 Favorites   0 Comments

Color spaces of #c6cbdd

RGB 198203221
HSL0.630.250.82
HSV227°10°87°
CMYK 0.100.080.00   0.13
XYZ57.695859.938176.9349
Yxy59.93810.29650.3081
Hunter Lab77.4197-2.4602-4.7249
CIE-Lab81.80451.7843-9.5073

#c6cbdd color RGB value is (198,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11011101
Octal 306 313 335
Decimal 198 203 221
Hex C6 CB DD

RGB Percentages of Color #c6cbdd

%31.83
%32.64
%35.53

CMYK Percentages of Color #c6cbdd

%10
%8
%0
%13

Triadic Colors of #c6cbdd

#c6cbdd #ddc6cb #cbddc6

Analogous Colors of #c6cbdd

#c6cbdd #cdc6dd #c6d7dd

Monochromatic Colors of #c6cbdd

#c6cbdd

Complementary Color

#c6cbdd #ddd8c6

#c6cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbdd Color CSS Codes

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

#c6cbdd Text Font Color

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

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


#c6cbdd Background Color

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

This div background color is #c6cbdd


#c6cbdd Border Color

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

This div border color is #c6cbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,203,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbdd


Comments

No comments written yet.

Please login to write comment.