Color Hex Logo

#c2bbcf Color Hex

#C2BBCF
(194,187,207)
1 Favorites   0 Comments

Color spaces of #c2bbcf

RGB 194187207
HSL0.730.170.77
HSV261°10°81°
CMYK 0.060.100.00   0.19
XYZ51.280951.515066.2721
Yxy51.51500.30330.3047
Hunter Lab71.77401.9299-4.5033
CIE-Lab76.98996.2264-9.1662

#c2bbcf color RGB value is (194,187,207).

#c2bbcf hex color red value is 194, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c2bbcf hue: 0.73 , saturation: 0.17 and the lightness value of c2bbcf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 11001111
Octal 302 273 317
Decimal 194 187 207
Hex C2 BB CF

RGB Percentages of Color #c2bbcf

%32.99
%31.80
%35.20

CMYK Percentages of Color #c2bbcf

%6
%10
%0
%19

Triadic Colors of #c2bbcf

#c2bbcf #cfc2bb #bbcfc2

Analogous Colors of #c2bbcf

#c2bbcf #ccbbcf #bbbecf

Monochromatic Colors of #c2bbcf

#c2bbcf

Complementary Color

#c2bbcf #c8cfbb

#c2bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbcf Color CSS Codes

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

#c2bbcf Text Font Color

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

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


#c2bbcf Background Color

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

This div background color is #c2bbcf


#c2bbcf Border Color

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

This div border color is #c2bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbcf


Comments

No comments written yet.

Please login to write comment.