Color Hex Logo

#c5bfcd Color Hex

#C5BFCD
(197,191,205)
0 Favorites   0 Comments

Color spaces of #c5bfcd

RGB 197191205
HSL0.740.120.78
HSV266°80°
CMYK 0.040.070.00   0.20
XYZ52.676253.539765.3155
Yxy53.53970.30710.3121
Hunter Lab73.17080.4545-1.7053
CIE-Lab78.19264.7013-6.2732

#c5bfcd color RGB value is (197,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 11001101
Octal 305 277 315
Decimal 197 191 205
Hex C5 BF CD

RGB Percentages of Color #c5bfcd

%33.22
%32.21
%34.57

CMYK Percentages of Color #c5bfcd

%4
%7
%0
%20

Triadic Colors of #c5bfcd

#c5bfcd #cdc5bf #bfcdc5

Analogous Colors of #c5bfcd

#c5bfcd #ccbfcd #bfc0cd

Monochromatic Colors of #c5bfcd

#c5bfcd

Complementary Color

#c5bfcd #c7cdbf

#c5bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfcd Color CSS Codes

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

#c5bfcd Text Font Color

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

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


#c5bfcd Background Color

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

This div background color is #c5bfcd


#c5bfcd Border Color

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

This div border color is #c5bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfcd


Comments

No comments written yet.

Please login to write comment.