Color Hex Logo

#c5bbca Color Hex

#C5BBCA
(197,187,202)
0 Favorites   0 Comments

Color spaces of #c5bbca

RGB 197187202
HSL0.780.120.76
HSV280°79°
CMYK 0.020.070.00   0.21
XYZ51.457051.675263.1394
Yxy51.67520.30950.3108
Hunter Lab71.88551.9742-1.7566
CIE-Lab77.08626.2767-6.2863

#c5bbca color RGB value is (197,187,202).

#c5bbca hex color red value is 197, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5bbca hue: 0.78 , saturation: 0.12 and the lightness value of c5bbca is 0.76.

The process color (four color CMYK) of #c5bbca color hex is 0.02, 0.07, 0.00, 0.21. Web safe color of #c5bbca is #cccccc. Color #c5bbca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 11001010
Octal 305 273 312
Decimal 197 187 202
Hex C5 BB CA

RGB Percentages of Color #c5bbca

%33.62
%31.91
%34.47

CMYK Percentages of Color #c5bbca

%2
%7
%0
%21

Triadic Colors of #c5bbca

#c5bbca #cac5bb #bbcac5

Analogous Colors of #c5bbca

#c5bbca #cabbc8 #bebbca

Monochromatic Colors of #c5bbca

#c5bbca

Complementary Color

#c5bbca #c0cabb

#c5bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbca Color CSS Codes

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

#c5bbca Text Font Color

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

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


#c5bbca Background Color

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

This div background color is #c5bbca


#c5bbca Border Color

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

This div border color is #c5bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbca

#c5bbca Color Palettes


Comments

No comments written yet.

Please login to write comment.