Color Hex Logo

#c6cbec Color Hex

#C6CBEC
(198,203,236)
0 Favorites   0 Comments

Color spaces of #c6cbec

RGB 198203236
HSL0.640.500.85
HSV232°16°93°
CMYK 0.160.140.00   0.07
XYZ59.785060.773887.9364
Yxy60.77380.28670.2915
Hunter Lab77.95760.4645-12.3090
CIE-Lab82.25704.8836-16.8428

#c6cbec color RGB value is (198,203,236).

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

The process color (four color CMYK) of #c6cbec color hex is 0.16, 0.14, 0.00, 0.07. Web safe color of #c6cbec is #ccccff. Color #c6cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11101100
Octal 306 313 354
Decimal 198 203 236
Hex C6 CB EC

RGB Percentages of Color #c6cbec

%31.08
%31.87
%37.05

CMYK Percentages of Color #c6cbec

%16
%14
%0
%7

Triadic Colors of #c6cbec

#c6cbec #ecc6cb #cbecc6

Analogous Colors of #c6cbec

#c6cbec #d4c6ec #c6deec

Monochromatic Colors of #c6cbec

#c6cbec

Complementary Color

#c6cbec #ece7c6

#c6cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbec Color CSS Codes

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

#c6cbec Text Font Color

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

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


#c6cbec Background Color

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

This div background color is #c6cbec


#c6cbec Border Color

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

This div border color is #c6cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbec


Comments

No comments written yet.

Please login to write comment.