Color Hex Logo

#c5bacf Color Hex

#C5BACF
(197,186,207)
0 Favorites   0 Comments

Color spaces of #c5bacf

RGB 197186207
HSL0.750.180.77
HSV271°10°81°
CMYK 0.050.100.00   0.19
XYZ51.847351.493166.2380
Yxy51.49310.30570.3037
Hunter Lab71.75873.3926-4.4975
CIE-Lab76.97677.7763-9.1599

#c5bacf color RGB value is (197,186,207).

#c5bacf hex color red value is 197, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5bacf hue: 0.75 , saturation: 0.18 and the lightness value of c5bacf is 0.77.

The process color (four color CMYK) of #c5bacf color hex is 0.05, 0.10, 0.00, 0.19. Web safe color of #c5bacf is #cccccc. Color #c5bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11001111
Octal 305 272 317
Decimal 197 186 207
Hex C5 BA CF

RGB Percentages of Color #c5bacf

%33.39
%31.53
%35.08

CMYK Percentages of Color #c5bacf

%5
%10
%0
%19

Triadic Colors of #c5bacf

#c5bacf #cfc5ba #bacfc5

Analogous Colors of #c5bacf

#c5bacf #cfbacf #bbbacf

Monochromatic Colors of #c5bacf

#c5bacf

Complementary Color

#c5bacf #c4cfba

#c5bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bacf Color CSS Codes

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

#c5bacf Text Font Color

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

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


#c5bacf Background Color

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

This div background color is #c5bacf


#c5bacf Border Color

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

This div border color is #c5bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bacf


Comments

No comments written yet.

Please login to write comment.