Color Hex Logo

#c2bebc Color Hex

#C2BEBC
(194,190,188)
0 Favorites   0 Comments

Color spaces of #c2bebc

RGB 194190188
HSL0.060.050.75
HSV20°76°
CMYK 0.000.020.03   0.24
XYZ49.738751.927154.9784
Yxy51.92710.31750.3315
Hunter Lab72.0605-2.89875.2071
CIE-Lab77.23721.03841.4936

#c2bebc color RGB value is (194,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 10111100
Octal 302 276 274
Decimal 194 190 188
Hex C2 BE BC

RGB Percentages of Color #c2bebc

%33.92
%33.22
%32.87

CMYK Percentages of Color #c2bebc

%0
%2
%3
%24

Triadic Colors of #c2bebc

#c2bebc #bcc2be #bebcc2

Analogous Colors of #c2bebc

#c2bebc #c2c1bc #c2bcbd

Monochromatic Colors of #c2bebc

#c2bebc

Complementary Color

#c2bebc #bcc0c2

#c2bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bebc Color CSS Codes

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

#c2bebc Text Font Color

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

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


#c2bebc Background Color

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

This div background color is #c2bebc


#c2bebc Border Color

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

This div border color is #c2bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bebc


Comments

No comments written yet.

Please login to write comment.