Color Hex Logo

#c3bfac Color Hex

#C3BFAC
(195,191,172)
0 Favorites   0 Comments

Color spaces of #c3bfac

RGB 195191172
HSL0.140.160.72
HSV50°12°76°
CMYK 0.000.020.12   0.24
XYZ48.582951.842346.4757
Yxy51.84230.33070.3529
Hunter Lab72.0016-5.560412.1305
CIE-Lab77.1864-1.888210.0800

#c3bfac color RGB value is (195,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 10101100
Octal 303 277 254
Decimal 195 191 172
Hex C3 BF AC

RGB Percentages of Color #c3bfac

%34.95
%34.23
%30.82

CMYK Percentages of Color #c3bfac

%0
%2
%12
%24

Triadic Colors of #c3bfac

#c3bfac #acc3bf #bfacc3

Analogous Colors of #c3bfac

#c3bfac #bcc3ac #c3b4ac

Monochromatic Colors of #c3bfac

#c3bfac

Complementary Color

#c3bfac #acb0c3

#c3bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bfac Color CSS Codes

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

#c3bfac Text Font Color

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

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


#c3bfac Background Color

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

This div background color is #c3bfac


#c3bfac Border Color

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

This div border color is #c3bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bfac


Comments

No comments written yet.

Please login to write comment.