Color Hex Logo

#c5bbb1 Color Hex

#C5BBB1
(197,187,177)
0 Favorites   0 Comments

Color spaces of #c5bbb1

RGB 197187177
HSL0.080.150.73
HSV30°10°77°
CMYK 0.000.050.10   0.23
XYZ48.732150.585348.7905
Yxy50.58530.32900.3415
Hunter Lab71.1233-2.16179.1135
CIE-Lab76.42711.79366.3112

#c5bbb1 color RGB value is (197,187,177).

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

The process color (four color CMYK) of #c5bbb1 color hex is 0.00, 0.05, 0.10, 0.23. Web safe color of #c5bbb1 is #cccc99. Color #c5bbb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 10110001
Octal 305 273 261
Decimal 197 187 177
Hex C5 BB B1

RGB Percentages of Color #c5bbb1

%35.12
%33.33
%31.55

CMYK Percentages of Color #c5bbb1

%0
%5
%10
%23

Triadic Colors of #c5bbb1

#c5bbb1 #b1c5bb #bbb1c5

Analogous Colors of #c5bbb1

#c5bbb1 #c5c5b1 #c5b1b1

Monochromatic Colors of #c5bbb1

#c5bbb1

Complementary Color

#c5bbb1 #b1bbc5

#c5bbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbb1 Color CSS Codes

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

#c5bbb1 Text Font Color

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

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


#c5bbb1 Background Color

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

This div background color is #c5bbb1


#c5bbb1 Border Color

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

This div border color is #c5bbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbb1


Comments

No comments written yet.

Please login to write comment.