Color Hex Logo

#c5bac9 Color Hex

#C5BAC9
(197,186,201)
0 Favorites   0 Comments

Color spaces of #c5bac9

RGB 197186201
HSL0.790.120.76
HSV284°79°
CMYK 0.020.070.00   0.21
XYZ51.127551.205262.4472
Yxy51.20520.31030.3107
Hunter Lab71.55782.3107-1.6508
CIE-Lab76.80316.6252-6.1627

#c5bac9 color RGB value is (197,186,201).

#c5bac9 hex color red value is 197, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #c5bac9 hue: 0.79 , saturation: 0.12 and the lightness value of c5bac9 is 0.76.

The process color (four color CMYK) of #c5bac9 color hex is 0.02, 0.07, 0.00, 0.21. Web safe color of #c5bac9 is #cccccc. Color #c5bac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11001001
Octal 305 272 311
Decimal 197 186 201
Hex C5 BA C9

RGB Percentages of Color #c5bac9

%33.73
%31.85
%34.42

CMYK Percentages of Color #c5bac9

%2
%7
%0
%21

Triadic Colors of #c5bac9

#c5bac9 #c9c5ba #bac9c5

Analogous Colors of #c5bac9

#c5bac9 #c9bac6 #bebac9

Monochromatic Colors of #c5bac9

#c5bac9

Complementary Color

#c5bac9 #bec9ba

#c5bac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bac9 Color CSS Codes

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

#c5bac9 Text Font Color

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

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


#c5bac9 Background Color

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

This div background color is #c5bac9


#c5bac9 Border Color

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

This div border color is #c5bac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bac9


Comments

No comments written yet.

Please login to write comment.