Color Hex Logo

#c1beac Color Hex

#C1BEAC
(193,190,172)
0 Favorites   0 Comments

Color spaces of #c1beac

RGB 193190172
HSL0.140.140.72
HSV51°11°76°
CMYK 0.000.020.11   0.24
XYZ47.852251.142946.3792
Yxy51.14290.32920.3518
Hunter Lab71.5143-5.710611.6086
CIE-Lab76.7655-2.08819.4586

#c1beac color RGB value is (193,190,172).

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

The process color (four color CMYK) of #c1beac color hex is 0.00, 0.02, 0.11, 0.24. Web safe color of #c1beac is #cccc99. Color #c1beac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 10101100
Octal 301 276 254
Decimal 193 190 172
Hex C1 BE AC

RGB Percentages of Color #c1beac

%34.77
%34.23
%30.99

CMYK Percentages of Color #c1beac

%0
%2
%11
%24

Triadic Colors of #c1beac

#c1beac #acc1be #beacc1

Analogous Colors of #c1beac

#c1beac #bac1ac #c1b4ac

Monochromatic Colors of #c1beac

#c1beac

Complementary Color

#c1beac #acafc1

#c1beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1beac Color CSS Codes

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

#c1beac Text Font Color

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

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


#c1beac Background Color

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

This div background color is #c1beac


#c1beac Border Color

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

This div border color is #c1beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1beac


Comments

No comments written yet.

Please login to write comment.