Color Hex Logo

#c5bccb Color Hex

#C5BCCB
(197,188,203)
0 Favorites   0 Comments

Color spaces of #c5bccb

RGB 197188203
HSL0.770.130.77
HSV276°80°
CMYK 0.030.070.00   0.20
XYZ51.788752.148663.8360
Yxy52.14860.30870.3108
Hunter Lab72.21401.6379-1.8616
CIE-Lab77.36965.9289-6.4088

#c5bccb color RGB value is (197,188,203).

#c5bccb hex color red value is 197, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5bccb hue: 0.77 , saturation: 0.13 and the lightness value of c5bccb is 0.77.

The process color (four color CMYK) of #c5bccb color hex is 0.03, 0.07, 0.00, 0.20. Web safe color of #c5bccb is #cccccc. Color #c5bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111100 11001011
Octal 305 274 313
Decimal 197 188 203
Hex C5 BC CB

RGB Percentages of Color #c5bccb

%33.50
%31.97
%34.52

CMYK Percentages of Color #c5bccb

%3
%7
%0
%20

Triadic Colors of #c5bccb

#c5bccb #cbc5bc #bccbc5

Analogous Colors of #c5bccb

#c5bccb #cbbcca #bebccb

Monochromatic Colors of #c5bccb

#c5bccb

Complementary Color

#c5bccb #c2cbbc

#c5bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bccb Color CSS Codes

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

#c5bccb Text Font Color

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

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


#c5bccb Background Color

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

This div background color is #c5bccb


#c5bccb Border Color

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

This div border color is #c5bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bccb


Comments

No comments written yet.

Please login to write comment.