Color Hex Logo

#c6cceb Color Hex

#C6CCEB
(198,204,235)
0 Favorites   0 Comments

Color spaces of #c6cceb

RGB 198204235
HSL0.640.480.85
HSV230°16°92°
CMYK 0.160.130.00   0.08
XYZ59.877061.189787.2522
Yxy61.18970.28740.2937
Hunter Lab78.2238-0.2576-11.3764
CIE-Lab82.48064.1393-15.9729

#c6cceb color RGB value is (198,204,235).

#c6cceb hex color red value is 198, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6cceb hue: 0.64 , saturation: 0.48 and the lightness value of c6cceb is 0.85.

The process color (four color CMYK) of #c6cceb color hex is 0.16, 0.13, 0.00, 0.08. Web safe color of #c6cceb is #ccccff. Color #c6cceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 11101011
Octal 306 314 353
Decimal 198 204 235
Hex C6 CC EB

RGB Percentages of Color #c6cceb

%31.08
%32.03
%36.89

CMYK Percentages of Color #c6cceb

%16
%13
%0
%8

Triadic Colors of #c6cceb

#c6cceb #ebc6cc #ccebc6

Analogous Colors of #c6cceb

#c6cceb #d3c6eb #c6dfeb

Monochromatic Colors of #c6cceb

#c6cceb

Complementary Color

#c6cceb #ebe5c6

#c6cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cceb Color CSS Codes

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

#c6cceb Text Font Color

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

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


#c6cceb Background Color

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

This div background color is #c6cceb


#c6cceb Border Color

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

This div border color is #c6cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cceb

#c6cceb Color Palettes


Comments

No comments written yet.

Please login to write comment.