Color Hex Logo

#c2cbbe Color Hex

#C2CBBE
(194,203,190)
0 Favorites   0 Comments

Color spaces of #c2cbbe

RGB 194203190
HSL0.280.110.77
HSV102°80°
CMYK 0.040.000.06   0.20
XYZ52.898357.898957.1028
Yxy57.89890.31510.3448
Hunter Lab76.0913-9.06758.7697
CIE-Lab80.6825-5.45505.4084

#c2cbbe color RGB value is (194,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 10111110
Octal 302 313 276
Decimal 194 203 190
Hex C2 CB BE

RGB Percentages of Color #c2cbbe

%33.05
%34.58
%32.37

CMYK Percentages of Color #c2cbbe

%4
%0
%6
%20

Triadic Colors of #c2cbbe

#c2cbbe #bec2cb #cbbec2

Analogous Colors of #c2cbbe

#c2cbbe #becbc1 #c9cbbe

Monochromatic Colors of #c2cbbe

#c2cbbe

Complementary Color

#c2cbbe #c7becb

#c2cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbbe Color CSS Codes

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

#c2cbbe Text Font Color

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

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


#c2cbbe Background Color

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

This div background color is #c2cbbe


#c2cbbe Border Color

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

This div border color is #c2cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbbe


Comments

No comments written yet.

Please login to write comment.