Color Hex Logo

#c5bbba Color Hex

#C5BBBA
(197,187,186)
0 Favorites   0 Comments

Color spaces of #c5bbba

RGB 197187186
HSL0.020.090.75
HSV77°
CMYK 0.000.050.06   0.23
XYZ49.659250.956153.6726
Yxy50.95610.32190.3303
Hunter Lab71.3835-0.74465.3889
CIE-Lab76.65243.34431.7563

#c5bbba color RGB value is (197,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 10111010
Octal 305 273 272
Decimal 197 187 186
Hex C5 BB BA

RGB Percentages of Color #c5bbba

%34.56
%32.81
%32.63

CMYK Percentages of Color #c5bbba

%0
%5
%6
%23

Triadic Colors of #c5bbba

#c5bbba #bac5bb #bbbac5

Analogous Colors of #c5bbba

#c5bbba #c5c1ba #c5babf

Monochromatic Colors of #c5bbba

#c5bbba

Complementary Color

#c5bbba #bac4c5

#c5bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbba Color CSS Codes

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

#c5bbba Text Font Color

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

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


#c5bbba Background Color

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

This div background color is #c5bbba


#c5bbba Border Color

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

This div border color is #c5bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbba


Comments

No comments written yet.

Please login to write comment.