Color Hex Logo

#c3bfcc Color Hex

#C3BFCC
(195,191,204)
0 Favorites   0 Comments

Color spaces of #c3bfcc

RGB 195191204
HSL0.720.110.77
HSV258°80°
CMYK 0.040.060.00   0.20
XYZ52.035653.223364.6573
Yxy53.22330.30620.3132
Hunter Lab72.9543-0.3526-1.4790
CIE-Lab78.00673.8310-6.0253

#c3bfcc color RGB value is (195,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 11001100
Octal 303 277 314
Decimal 195 191 204
Hex C3 BF CC

RGB Percentages of Color #c3bfcc

%33.05
%32.37
%34.58

CMYK Percentages of Color #c3bfcc

%4
%6
%0
%20

Triadic Colors of #c3bfcc

#c3bfcc #ccc3bf #bfccc3

Analogous Colors of #c3bfcc

#c3bfcc #cabfcc #bfc2cc

Monochromatic Colors of #c3bfcc

#c3bfcc

Complementary Color

#c3bfcc #c8ccbf

#c3bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bfcc Color CSS Codes

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

#c3bfcc Text Font Color

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

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


#c3bfcc Background Color

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

This div background color is #c3bfcc


#c3bfcc Border Color

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

This div border color is #c3bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bfcc


Comments

No comments written yet.

Please login to write comment.