Color Hex Logo

#c3bbcc Color Hex

#C3BBCC
(195,187,204)
0 Favorites   0 Comments

Color spaces of #c3bbcc

RGB 195187204
HSL0.750.140.77
HSV268°80°
CMYK 0.040.080.00   0.20
XYZ51.175151.502464.3705
Yxy51.50240.30630.3083
Hunter Lab71.76521.6977-2.9451
CIE-Lab76.98235.9789-7.5424

#c3bbcc color RGB value is (195,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 11001100
Octal 303 273 314
Decimal 195 187 204
Hex C3 BB CC

RGB Percentages of Color #c3bbcc

%33.28
%31.91
%34.81

CMYK Percentages of Color #c3bbcc

%4
%8
%0
%20

Triadic Colors of #c3bbcc

#c3bbcc #ccc3bb #bbccc3

Analogous Colors of #c3bbcc

#c3bbcc #ccbbcc #bbbccc

Monochromatic Colors of #c3bbcc

#c3bbcc

Complementary Color

#c3bbcc #c4ccbb

#c3bbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bbcc Color CSS Codes

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

#c3bbcc Text Font Color

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

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


#c3bbcc Background Color

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

This div background color is #c3bbcc


#c3bbcc Border Color

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

This div border color is #c3bbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bbcc


Comments

No comments written yet.

Please login to write comment.