Color Hex Logo

#c6cbef Color Hex

#C6CBEF
(198,203,239)
0 Favorites   0 Comments

Color spaces of #c6cbef

RGB 198203239
HSL0.650.560.86
HSV233°17°94°
CMYK 0.170.150.00   0.06
XYZ60.224660.949690.2516
Yxy60.94960.28480.2883
Hunter Lab78.07021.0748-13.8919
CIE-Lab82.35165.5231-18.3000

#c6cbef color RGB value is (198,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11101111
Octal 306 313 357
Decimal 198 203 239
Hex C6 CB EF

RGB Percentages of Color #c6cbef

%30.94
%31.72
%37.34

CMYK Percentages of Color #c6cbef

%17
%15
%0
%6

Triadic Colors of #c6cbef

#c6cbef #efc6cb #cbefc6

Analogous Colors of #c6cbef

#c6cbef #d6c6ef #c6e0ef

Monochromatic Colors of #c6cbef

#c6cbef

Complementary Color

#c6cbef #efeac6

#c6cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbef Color CSS Codes

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

#c6cbef Text Font Color

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

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


#c6cbef Background Color

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

This div background color is #c6cbef


#c6cbef Border Color

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

This div border color is #c6cbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,203,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 #c6cbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbef


Comments

No comments written yet.

Please login to write comment.