Color Hex Logo

#c5bfac Color Hex

#C5BFAC
(197,191,172)
0 Favorites   0 Comments

Color spaces of #c5bfac

RGB 197191172
HSL0.130.180.72
HSV46°13°77°
CMYK 0.000.030.13   0.23
XYZ49.103252.110546.5000
Yxy52.11050.33240.3528
Hunter Lab72.1876-4.909712.3394
CIE-Lab77.3469-1.157610.3304

#c5bfac color RGB value is (197,191,172).

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

The process color (four color CMYK) of #c5bfac color hex is 0.00, 0.03, 0.13, 0.23. Web safe color of #c5bfac is #cccc99. Color #c5bfac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 10101100
Octal 305 277 254
Decimal 197 191 172
Hex C5 BF AC

RGB Percentages of Color #c5bfac

%35.18
%34.11
%30.71

CMYK Percentages of Color #c5bfac

%0
%3
%13
%23

Triadic Colors of #c5bfac

#c5bfac #acc5bf #bfacc5

Analogous Colors of #c5bfac

#c5bfac #bfc5ac #c5b3ac

Monochromatic Colors of #c5bfac

#c5bfac

Complementary Color

#c5bfac #acb2c5

#c5bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfac Color CSS Codes

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

#c5bfac Text Font Color

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

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


#c5bfac Background Color

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

This div background color is #c5bfac


#c5bfac Border Color

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

This div border color is #c5bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfac


Comments

No comments written yet.

Please login to write comment.