Color Hex Logo

#c2bbbc Color Hex

#C2BBBC
(194,187,188)
0 Favorites   0 Comments

Color spaces of #c2bbbc

RGB 194187188
HSL0.980.050.75
HSV351°76°
CMYK 0.000.040.03   0.24
XYZ49.095650.640854.7640
Yxy50.64080.31780.3278
Hunter Lab71.1623-1.38524.1862
CIE-Lab76.46092.64050.3624

#c2bbbc color RGB value is (194,187,188).

#c2bbbc hex color red value is 194, green value is 187 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2bbbc hue: 0.98 , saturation: 0.05 and the lightness value of c2bbbc is 0.75.

The process color (four color CMYK) of #c2bbbc color hex is 0.00, 0.04, 0.03, 0.24. Web safe color of #c2bbbc is #cccccc. Color #c2bbbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 10111100
Octal 302 273 274
Decimal 194 187 188
Hex C2 BB BC

RGB Percentages of Color #c2bbbc

%34.09
%32.86
%33.04

CMYK Percentages of Color #c2bbbc

%0
%4
%3
%24

Triadic Colors of #c2bbbc

#c2bbbc #bcc2bb #bbbcc2

Analogous Colors of #c2bbbc

#c2bbbc #c2bebb #c2bbc0

Monochromatic Colors of #c2bbbc

#c2bbbc

Complementary Color

#c2bbbc #bbc2c1

#c2bbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbbc Color CSS Codes

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

#c2bbbc Text Font Color

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

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


#c2bbbc Background Color

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

This div background color is #c2bbbc


#c2bbbc Border Color

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

This div border color is #c2bbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbbc


Comments

No comments written yet.

Please login to write comment.