Color Hex Logo

#c3cfbc Color Hex

#C3CFBC
(195,207,188)
0 Favorites   0 Comments

Color spaces of #c3cfbc

RGB 195207188
HSL0.270.170.77
HSV98°81°
CMYK 0.060.000.09   0.19
XYZ53.895659.858656.2902
Yxy59.85860.31700.3520
Hunter Lab77.3683-11.049611.0207
CIE-Lab81.7613-7.53618.0370

#c3cfbc color RGB value is (195,207,188).

#c3cfbc hex color red value is 195, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c3cfbc hue: 0.27 , saturation: 0.17 and the lightness value of c3cfbc is 0.77.

The process color (four color CMYK) of #c3cfbc color hex is 0.06, 0.00, 0.09, 0.19. Web safe color of #c3cfbc is #cccccc. Color #c3cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 10111100
Octal 303 317 274
Decimal 195 207 188
Hex C3 CF BC

RGB Percentages of Color #c3cfbc

%33.05
%35.08
%31.86

CMYK Percentages of Color #c3cfbc

%6
%0
%9
%19

Triadic Colors of #c3cfbc

#c3cfbc #bcc3cf #cfbcc3

Analogous Colors of #c3cfbc

#c3cfbc #bccfbf #cdcfbc

Monochromatic Colors of #c3cfbc

#c3cfbc

Complementary Color

#c3cfbc #c8bccf

#c3cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfbc Color CSS Codes

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

#c3cfbc Text Font Color

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

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


#c3cfbc Background Color

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

This div background color is #c3cfbc


#c3cfbc Border Color

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

This div border color is #c3cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfbc


Comments

No comments written yet.

Please login to write comment.