Color Hex Logo

#c5bccc Color Hex

#C5BCCC
(197,188,204)
0 Favorites   0 Comments

Color spaces of #c5bccc

RGB 197188204
HSL0.760.140.77
HSV274°80°
CMYK 0.030.080.00   0.20
XYZ51.908352.196464.4658
Yxy52.19640.30790.3096
Hunter Lab72.24711.8168-2.3313
CIE-Lab77.39816.1201-6.9083

#c5bccc color RGB value is (197,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111100 11001100
Octal 305 274 314
Decimal 197 188 204
Hex C5 BC CC

RGB Percentages of Color #c5bccc

%33.45
%31.92
%34.63

CMYK Percentages of Color #c5bccc

%3
%8
%0
%20

Triadic Colors of #c5bccc

#c5bccc #ccc5bc #bcccc5

Analogous Colors of #c5bccc

#c5bccc #ccbccb #bdbccc

Monochromatic Colors of #c5bccc

#c5bccc

Complementary Color

#c5bccc #c3ccbc

#c5bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bccc Color CSS Codes

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

#c5bccc Text Font Color

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

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


#c5bccc Background Color

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

This div background color is #c5bccc


#c5bccc Border Color

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

This div border color is #c5bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bccc


Comments

No comments written yet.

Please login to write comment.