Color Hex Logo

#c1bebf Color Hex

#C1BEBF
(193,190,191)
0 Favorites   0 Comments

Color spaces of #c1bebf

RGB 193190191
HSL0.940.020.75
HSV340°76°
CMYK 0.000.020.01   0.24
XYZ49.809751.926056.6877
Yxy51.92600.31440.3278
Hunter Lab72.0597-2.72023.7997
CIE-Lab77.23661.2328-0.1412

#c1bebf color RGB value is (193,190,191).

#c1bebf hex color red value is 193, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c1bebf hue: 0.94 , saturation: 0.02 and the lightness value of c1bebf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 10111111
Octal 301 276 277
Decimal 193 190 191
Hex C1 BE BF

RGB Percentages of Color #c1bebf

%33.62
%33.10
%33.28

CMYK Percentages of Color #c1bebf

%0
%2
%1
%24

Triadic Colors of #c1bebf

#c1bebf #bfc1be #bebfc1

Analogous Colors of #c1bebf

#c1bebf #c1bfbe #c1bec1

Monochromatic Colors of #c1bebf

#c1bebf

Complementary Color

#c1bebf #bec1c0

#c1bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bebf Color CSS Codes

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

#c1bebf Text Font Color

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

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


#c1bebf Background Color

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

This div background color is #c1bebf


#c1bebf Border Color

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

This div border color is #c1bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bebf


Comments

No comments written yet.

Please login to write comment.