Color Hex Logo

#c3cfcb Color Hex

#C3CFCB
(195,207,203)
0 Favorites   0 Comments

Color spaces of #c3cfcb

RGB 195207203
HSL0.440.110.79
HSV160°81°
CMYK 0.060.000.02   0.19
XYZ55.598060.539565.2549
Yxy60.53950.30650.3337
Hunter Lab77.8071-8.61324.7400
CIE-Lab82.1306-4.81550.5686

#c3cfcb color RGB value is (195,207,203).

#c3cfcb hex color red value is 195, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c3cfcb hue: 0.44 , saturation: 0.11 and the lightness value of c3cfcb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11001011
Octal 303 317 313
Decimal 195 207 203
Hex C3 CF CB

RGB Percentages of Color #c3cfcb

%32.23
%34.21
%33.55

CMYK Percentages of Color #c3cfcb

%6
%0
%2
%19

Triadic Colors of #c3cfcb

#c3cfcb #cbc3cf #cfcbc3

Analogous Colors of #c3cfcb

#c3cfcb #c3cdcf #c3cfc5

Monochromatic Colors of #c3cfcb

#c3cfcb

Complementary Color

#c3cfcb #cfc3c7

#c3cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfcb Color CSS Codes

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

#c3cfcb Text Font Color

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

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


#c3cfcb Background Color

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

This div background color is #c3cfcb


#c3cfcb Border Color

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

This div border color is #c3cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfcb


Comments

No comments written yet.

Please login to write comment.