Color Hex Logo

#c2cbce Color Hex

#C2CBCE
(194,203,206)
0 Favorites   0 Comments

Color spaces of #c2cbce

RGB 194203206
HSL0.540.110.78
HSV195°81°
CMYK 0.060.010.00   0.19
XYZ54.744658.637466.8253
Yxy58.63740.30380.3254
Hunter Lab76.5751-6.39421.8615
CIE-Lab81.0919-2.4890-2.5642

#c2cbce color RGB value is (194,203,206).

#c2cbce hex color red value is 194, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c2cbce hue: 0.54 , saturation: 0.11 and the lightness value of c2cbce is 0.78.

The process color (four color CMYK) of #c2cbce color hex is 0.06, 0.01, 0.00, 0.19. Web safe color of #c2cbce is #cccccc. Color #c2cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11001110
Octal 302 313 316
Decimal 194 203 206
Hex C2 CB CE

RGB Percentages of Color #c2cbce

%32.17
%33.67
%34.16

CMYK Percentages of Color #c2cbce

%6
%1
%0
%19

Triadic Colors of #c2cbce

#c2cbce #cec2cb #cbcec2

Analogous Colors of #c2cbce

#c2cbce #c2c5ce #c2cecb

Monochromatic Colors of #c2cbce

#c2cbce

Complementary Color

#c2cbce #cec5c2

#c2cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbce Color CSS Codes

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

#c2cbce Text Font Color

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

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


#c2cbce Background Color

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

This div background color is #c2cbce


#c2cbce Border Color

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

This div border color is #c2cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbce


Comments

No comments written yet.

Please login to write comment.