Color Hex Logo

#c6bade Color Hex

#C6BADE
(198,186,222)
0 Favorites   0 Comments

Color spaces of #c6bade

RGB 198186222
HSL0.720.350.80
HSV260°16°87°
CMYK 0.110.160.00   0.13
XYZ54.032452.397576.3732
Yxy52.39750.29560.2866
Hunter Lab72.38616.5651-11.8855
CIE-Lab77.517911.1041-16.4634

#c6bade color RGB value is (198,186,222).

#c6bade hex color red value is 198, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6bade hue: 0.72 , saturation: 0.35 and the lightness value of c6bade is 0.80.

The process color (four color CMYK) of #c6bade color hex is 0.11, 0.16, 0.00, 0.13. Web safe color of #c6bade is #cccccc. Color #c6bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111010 11011110
Octal 306 272 336
Decimal 198 186 222
Hex C6 BA DE

RGB Percentages of Color #c6bade

%32.67
%30.69
%36.63

CMYK Percentages of Color #c6bade

%11
%16
%0
%13

Triadic Colors of #c6bade

#c6bade #dec6ba #badec6

Analogous Colors of #c6bade

#c6bade #d8bade #bac0de

Monochromatic Colors of #c6bade

#c6bade

Complementary Color

#c6bade #d2deba

#c6bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bade Color CSS Codes

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

#c6bade Text Font Color

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

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


#c6bade Background Color

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

This div background color is #c6bade


#c6bade Border Color

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

This div border color is #c6bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bade

#c6bade Color Palettes


Comments

No comments written yet.

Please login to write comment.