Color Hex Logo

#c1beba Color Hex

#C1BEBA
(193,190,186)
0 Favorites   0 Comments

Color spaces of #c1beba

RGB 193190186
HSL0.100.050.74
HSV34°76°
CMYK 0.000.020.04   0.24
XYZ49.268751.709553.8386
Yxy51.70950.31820.3340
Hunter Lab71.9093-3.54205.9460
CIE-Lab77.10680.32742.3770

#c1beba color RGB value is (193,190,186).

#c1beba hex color red value is 193, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c1beba hue: 0.10 , saturation: 0.05 and the lightness value of c1beba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 10111010
Octal 301 276 272
Decimal 193 190 186
Hex C1 BE BA

RGB Percentages of Color #c1beba

%33.92
%33.39
%32.69

CMYK Percentages of Color #c1beba

%0
%2
%4
%24

Triadic Colors of #c1beba

#c1beba #bac1be #bebac1

Analogous Colors of #c1beba

#c1beba #c1c1ba #c1bbba

Monochromatic Colors of #c1beba

#c1beba

Complementary Color

#c1beba #babdc1

#c1beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1beba Color CSS Codes

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

#c1beba Text Font Color

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

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


#c1beba Background Color

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

This div background color is #c1beba


#c1beba Border Color

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

This div border color is #c1beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1beba


Comments

No comments written yet.

Please login to write comment.