Color Hex Logo

#c6cffe Color Hex

#C6CFFE
(198,207,254)
0 Favorites   0 Comments

Color spaces of #c6cffe

RGB 198207254
HSL0.640.970.89
HSV230°22°100°
CMYK 0.220.190.00   0.00
XYZ63.490963.7872102.7318
Yxy63.78720.27600.2773
Hunter Lab79.86692.1331-20.3572
CIE-Lab83.85496.6713-23.9970

#c6cffe color RGB value is (198,207,254).

#c6cffe hex color red value is 198, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c6cffe hue: 0.64 , saturation: 0.97 and the lightness value of c6cffe is 0.89.

The process color (four color CMYK) of #c6cffe color hex is 0.22, 0.19, 0.00, 0.00. Web safe color of #c6cffe is #ccccff. Color #c6cffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 11111110
Octal 306 317 376
Decimal 198 207 254
Hex C6 CF FE

RGB Percentages of Color #c6cffe

%30.05
%31.41
%38.54

CMYK Percentages of Color #c6cffe

%22
%19
%0
%0

Triadic Colors of #c6cffe

#c6cffe #fec6cf #cffec6

Analogous Colors of #c6cffe

#c6cffe #d9c6fe #c6ebfe

Monochromatic Colors of #c6cffe

#c6cffe

Complementary Color

#c6cffe #fef5c6

#c6cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cffe Color CSS Codes

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

#c6cffe Text Font Color

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

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


#c6cffe Background Color

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

This div background color is #c6cffe


#c6cffe Border Color

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

This div border color is #c6cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.