Color Hex Logo

#c1bece Color Hex

#C1BECE
(193,190,206)
0 Favorites   0 Comments

Color spaces of #c1bece

RGB 193190206
HSL0.700.140.78
HSV251°81°
CMYK 0.060.080.00   0.19
XYZ51.546452.620665.8325
Yxy52.62060.30320.3095
Hunter Lab72.5401-0.1044-3.0296
CIE-Lab77.65054.0805-7.6518

#c1bece color RGB value is (193,190,206).

#c1bece hex color red value is 193, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1bece hue: 0.70 , saturation: 0.14 and the lightness value of c1bece is 0.78.

The process color (four color CMYK) of #c1bece color hex is 0.06, 0.08, 0.00, 0.19. Web safe color of #c1bece is #cccccc. Color #c1bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 11001110
Octal 301 276 316
Decimal 193 190 206
Hex C1 BE CE

RGB Percentages of Color #c1bece

%32.77
%32.26
%34.97

CMYK Percentages of Color #c1bece

%6
%8
%0
%19

Triadic Colors of #c1bece

#c1bece #cec1be #becec1

Analogous Colors of #c1bece

#c1bece #c9bece #bec3ce

Monochromatic Colors of #c1bece

#c1bece

Complementary Color

#c1bece #cbcebe

#c1bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bece Color CSS Codes

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

#c1bece Text Font Color

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

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


#c1bece Background Color

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

This div background color is #c1bece


#c1bece Border Color

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

This div border color is #c1bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bece

#c1bece Color Palettes


Comments

No comments written yet.

Please login to write comment.