Color Hex Logo

#c6cbee Color Hex

#C6CBEE
(198,203,238)
0 Favorites   0 Comments

Color spaces of #c6cbee

RGB 198203238
HSL0.650.540.85
HSV233°17°93°
CMYK 0.170.150.00   0.07
XYZ60.077360.890789.4756
Yxy60.89070.28550.2893
Hunter Lab78.03250.8705-13.3619
CIE-Lab82.31995.3092-17.8146

#c6cbee color RGB value is (198,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11101110
Octal 306 313 356
Decimal 198 203 238
Hex C6 CB EE

RGB Percentages of Color #c6cbee

%30.99
%31.77
%37.25

CMYK Percentages of Color #c6cbee

%17
%15
%0
%7

Triadic Colors of #c6cbee

#c6cbee #eec6cb #cbeec6

Analogous Colors of #c6cbee

#c6cbee #d5c6ee #c6dfee

Monochromatic Colors of #c6cbee

#c6cbee

Complementary Color

#c6cbee #eee9c6

#c6cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbee Color CSS Codes

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

#c6cbee Text Font Color

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

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


#c6cbee Background Color

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

This div background color is #c6cbee


#c6cbee Border Color

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

This div border color is #c6cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbee


Comments

No comments written yet.

Please login to write comment.