Color Hex Logo

#c2cebb Color Hex

#C2CEBB
(194,206,187)
0 Favorites   0 Comments

Color spaces of #c2cebb

RGB 194206187
HSL0.270.160.77
HSV98°81°
CMYK 0.060.000.09   0.19
XYZ53.289159.199855.6318
Yxy59.19980.31700.3521
Hunter Lab76.9414-11.019610.9899
CIE-Lab81.4013-7.54278.0446

#c2cebb color RGB value is (194,206,187).

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

The process color (four color CMYK) of #c2cebb color hex is 0.06, 0.00, 0.09, 0.19. Web safe color of #c2cebb is #cccccc. Color #c2cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 10111011
Octal 302 316 273
Decimal 194 206 187
Hex C2 CE BB

RGB Percentages of Color #c2cebb

%33.05
%35.09
%31.86

CMYK Percentages of Color #c2cebb

%6
%0
%9
%19

Triadic Colors of #c2cebb

#c2cebb #bbc2ce #cebbc2

Analogous Colors of #c2cebb

#c2cebb #bbcebe #cccebb

Monochromatic Colors of #c2cebb

#c2cebb

Complementary Color

#c2cebb #c7bbce

#c2cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cebb Color CSS Codes

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

#c2cebb Text Font Color

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

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


#c2cebb Background Color

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

This div background color is #c2cebb


#c2cebb Border Color

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

This div border color is #c2cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cebb


Comments

No comments written yet.

Please login to write comment.