Color Hex Logo

#c2cbbc Color Hex

#C2CBBC
(194,203,188)
0 Favorites   0 Comments

Color spaces of #c2cbbc

RGB 194203188
HSL0.270.130.77
HSV96°80°
CMYK 0.040.000.07   0.20
XYZ52.681257.812055.9592
Yxy57.81200.31650.3473
Hunter Lab76.0342-9.38409.5880
CIE-Lab80.6342-5.80986.4089

#c2cbbc color RGB value is (194,203,188).

#c2cbbc hex color red value is 194, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2cbbc hue: 0.27 , saturation: 0.13 and the lightness value of c2cbbc is 0.77.

The process color (four color CMYK) of #c2cbbc color hex is 0.04, 0.00, 0.07, 0.20. Web safe color of #c2cbbc is #cccccc. Color #c2cbbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 10111100
Octal 302 313 274
Decimal 194 203 188
Hex C2 CB BC

RGB Percentages of Color #c2cbbc

%33.16
%34.70
%32.14

CMYK Percentages of Color #c2cbbc

%4
%0
%7
%20

Triadic Colors of #c2cbbc

#c2cbbc #bcc2cb #cbbcc2

Analogous Colors of #c2cbbc

#c2cbbc #bccbbe #cacbbc

Monochromatic Colors of #c2cbbc

#c2cbbc

Complementary Color

#c2cbbc #c5bccb

#c2cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbbc Color CSS Codes

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

#c2cbbc Text Font Color

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

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


#c2cbbc Background Color

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

This div background color is #c2cbbc


#c2cbbc Border Color

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

This div border color is #c2cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbbc


Comments

No comments written yet.

Please login to write comment.