Color Hex Logo

#c3beac Color Hex

#C3BEAC
(195,190,172)
0 Favorites   0 Comments

Color spaces of #c3beac

RGB 195190172
HSL0.130.160.72
HSV47°12°76°
CMYK 0.000.030.12   0.24
XYZ48.365551.407646.4032
Yxy51.40760.33090.3517
Hunter Lab71.6991-5.064111.8173
CIE-Lab76.9253-1.35969.7081

#c3beac color RGB value is (195,190,172).

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

The process color (four color CMYK) of #c3beac color hex is 0.00, 0.03, 0.12, 0.24. Web safe color of #c3beac is #cccc99. Color #c3beac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 10101100
Octal 303 276 254
Decimal 195 190 172
Hex C3 BE AC

RGB Percentages of Color #c3beac

%35.01
%34.11
%30.88

CMYK Percentages of Color #c3beac

%0
%3
%12
%24

Triadic Colors of #c3beac

#c3beac #acc3be #beacc3

Analogous Colors of #c3beac

#c3beac #bdc3ac #c3b3ac

Monochromatic Colors of #c3beac

#c3beac

Complementary Color

#c3beac #acb1c3

#c3beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3beac Color CSS Codes

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

#c3beac Text Font Color

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

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


#c3beac Background Color

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

This div background color is #c3beac


#c3beac Border Color

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

This div border color is #c3beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3beac


Comments

No comments written yet.

Please login to write comment.