Color Hex Logo

#c5bfbe Color Hex

#C5BFBE
(197,191,190)
0 Favorites   0 Comments

Color spaces of #c5bfbe

RGB 197191190
HSL0.020.060.76
HSV77°
CMYK 0.000.030.04   0.23
XYZ50.951052.849656.2308
Yxy52.84960.31840.3302
Hunter Lab72.6977-2.11735.0283
CIE-Lab77.78611.91971.2397

#c5bfbe color RGB value is (197,191,190).

#c5bfbe hex color red value is 197, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c5bfbe hue: 0.02 , saturation: 0.06 and the lightness value of c5bfbe is 0.76.

The process color (four color CMYK) of #c5bfbe color hex is 0.00, 0.03, 0.04, 0.23. Web safe color of #c5bfbe is #cccccc. Color #c5bfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 10111110
Octal 305 277 276
Decimal 197 191 190
Hex C5 BF BE

RGB Percentages of Color #c5bfbe

%34.08
%33.04
%32.87

CMYK Percentages of Color #c5bfbe

%0
%3
%4
%23

Triadic Colors of #c5bfbe

#c5bfbe #bec5bf #bfbec5

Analogous Colors of #c5bfbe

#c5bfbe #c5c3be #c5bec1

Monochromatic Colors of #c5bfbe

#c5bfbe

Complementary Color

#c5bfbe #bec4c5

#c5bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfbe Color CSS Codes

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

#c5bfbe Text Font Color

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

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


#c5bfbe Background Color

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

This div background color is #c5bfbe


#c5bfbe Border Color

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

This div border color is #c5bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfbe

#c5bfbe Color Palettes


Comments

No comments written yet.

Please login to write comment.