Color Hex Logo

#c5bbc4 Color Hex

#C5BBC4
(197,187,196)
0 Favorites   0 Comments

Color spaces of #c5bbc4

RGB 197187196
HSL0.850.080.75
HSV306°77°
CMYK 0.000.050.01   0.23
XYZ50.760151.396559.4697
Yxy51.39650.31410.3180
Hunter Lab71.69140.92471.0015
CIE-Lab76.91865.1513-3.2796

#c5bbc4 color RGB value is (197,187,196).

#c5bbc4 hex color red value is 197, green value is 187 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c5bbc4 hue: 0.85 , saturation: 0.08 and the lightness value of c5bbc4 is 0.75.

The process color (four color CMYK) of #c5bbc4 color hex is 0.00, 0.05, 0.01, 0.23. Web safe color of #c5bbc4 is #cccccc. Color #c5bbc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 11000100
Octal 305 273 304
Decimal 197 187 196
Hex C5 BB C4

RGB Percentages of Color #c5bbc4

%33.97
%32.24
%33.79

CMYK Percentages of Color #c5bbc4

%0
%5
%1
%23

Triadic Colors of #c5bbc4

#c5bbc4 #c4c5bb #bbc4c5

Analogous Colors of #c5bbc4

#c5bbc4 #c5bbbf #c1bbc5

Monochromatic Colors of #c5bbc4

#c5bbc4

Complementary Color

#c5bbc4 #bbc5bc

#c5bbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbc4 Color CSS Codes

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

#c5bbc4 Text Font Color

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

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


#c5bbc4 Background Color

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

This div background color is #c5bbc4


#c5bbc4 Border Color

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

This div border color is #c5bbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbc4

#c5bbc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.