Color Hex Logo

#c5bfcf Color Hex

#C5BFCF
(197,191,207)
0 Favorites   0 Comments

Color spaces of #c5bfcf

RGB 197191207
HSL0.730.140.78
HSV263°81°
CMYK 0.050.080.00   0.19
XYZ52.919253.636966.5953
Yxy53.63690.30560.3098
Hunter Lab73.23720.8141-2.6469
CIE-Lab78.24955.0863-7.2696

#c5bfcf color RGB value is (197,191,207).

#c5bfcf hex color red value is 197, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5bfcf hue: 0.73 , saturation: 0.14 and the lightness value of c5bfcf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 11001111
Octal 305 277 317
Decimal 197 191 207
Hex C5 BF CF

RGB Percentages of Color #c5bfcf

%33.11
%32.10
%34.79

CMYK Percentages of Color #c5bfcf

%5
%8
%0
%19

Triadic Colors of #c5bfcf

#c5bfcf #cfc5bf #bfcfc5

Analogous Colors of #c5bfcf

#c5bfcf #cdbfcf #bfc1cf

Monochromatic Colors of #c5bfcf

#c5bfcf

Complementary Color

#c5bfcf #c9cfbf

#c5bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfcf Color CSS Codes

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

#c5bfcf Text Font Color

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

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


#c5bfcf Background Color

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

This div background color is #c5bfcf


#c5bfcf Border Color

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

This div border color is #c5bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfcf


Comments

No comments written yet.

Please login to write comment.