Color Hex Logo

#c6ceef Color Hex

#C6CEEF
(198,206,239)
0 Favorites   0 Comments

Color spaces of #c6ceef

RGB 198206239
HSL0.630.560.86
HSV228°17°94°
CMYK 0.170.140.00   0.06
XYZ60.940062.380490.4901
Yxy62.38040.28500.2918
Hunter Lab78.9813-0.4910-12.6426
CIE-Lab83.11533.9252-17.1487

#c6ceef color RGB value is (198,206,239).

#c6ceef hex color red value is 198, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6ceef hue: 0.63 , saturation: 0.56 and the lightness value of c6ceef is 0.86.

The process color (four color CMYK) of #c6ceef color hex is 0.17, 0.14, 0.00, 0.06. Web safe color of #c6ceef is #ccccff. Color #c6ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 11101111
Octal 306 316 357
Decimal 198 206 239
Hex C6 CE EF

RGB Percentages of Color #c6ceef

%30.79
%32.04
%37.17

CMYK Percentages of Color #c6ceef

%17
%14
%0
%6

Triadic Colors of #c6ceef

#c6ceef #efc6ce #ceefc6

Analogous Colors of #c6ceef

#c6ceef #d3c6ef #c6e3ef

Monochromatic Colors of #c6ceef

#c6ceef

Complementary Color

#c6ceef #efe7c6

#c6ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ceef Color CSS Codes

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

#c6ceef Text Font Color

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

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


#c6ceef Background Color

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

This div background color is #c6ceef


#c6ceef Border Color

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

This div border color is #c6ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ceef


Comments

No comments written yet.

Please login to write comment.