Color Hex Logo

#c3bfcb Color Hex

#C3BFCB
(195,191,203)
0 Favorites   0 Comments

Color spaces of #c3bfcb

RGB 195191203
HSL0.720.100.77
HSV260°80°
CMYK 0.040.060.00   0.20
XYZ51.916053.175564.0275
Yxy53.17550.30700.3144
Hunter Lab72.9215-0.5308-1.0135
CIE-Lab77.97853.6387-5.5262

#c3bfcb color RGB value is (195,191,203).

#c3bfcb hex color red value is 195, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c3bfcb hue: 0.72 , saturation: 0.10 and the lightness value of c3bfcb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 11001011
Octal 303 277 313
Decimal 195 191 203
Hex C3 BF CB

RGB Percentages of Color #c3bfcb

%33.11
%32.43
%34.47

CMYK Percentages of Color #c3bfcb

%4
%6
%0
%20

Triadic Colors of #c3bfcb

#c3bfcb #cbc3bf #bfcbc3

Analogous Colors of #c3bfcb

#c3bfcb #c9bfcb #bfc1cb

Monochromatic Colors of #c3bfcb

#c3bfcb

Complementary Color

#c3bfcb #c7cbbf

#c3bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bfcb Color CSS Codes

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

#c3bfcb Text Font Color

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

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


#c3bfcb Background Color

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

This div background color is #c3bfcb


#c3bfcb Border Color

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

This div border color is #c3bfcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,191,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 #c3bfcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bfcb


Comments

No comments written yet.

Please login to write comment.