Color Hex Logo

#c3cfbe Color Hex

#C3CFBE
(195,207,190)
0 Favorites   0 Comments

Color spaces of #c3cfbe

RGB 195207190
HSL0.280.150.78
HSV102°81°
CMYK 0.060.000.08   0.19
XYZ54.112859.945557.4338
Yxy59.94550.31550.3496
Hunter Lab77.4245-10.737310.2156
CIE-Lab81.8086-7.18477.0387

#c3cfbe color RGB value is (195,207,190).

#c3cfbe hex color red value is 195, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c3cfbe hue: 0.28 , saturation: 0.15 and the lightness value of c3cfbe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 10111110
Octal 303 317 276
Decimal 195 207 190
Hex C3 CF BE

RGB Percentages of Color #c3cfbe

%32.94
%34.97
%32.09

CMYK Percentages of Color #c3cfbe

%6
%0
%8
%19

Triadic Colors of #c3cfbe

#c3cfbe #bec3cf #cfbec3

Analogous Colors of #c3cfbe

#c3cfbe #becfc2 #cccfbe

Monochromatic Colors of #c3cfbe

#c3cfbe

Complementary Color

#c3cfbe #cabecf

#c3cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfbe Color CSS Codes

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

#c3cfbe Text Font Color

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

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


#c3cfbe Background Color

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

This div background color is #c3cfbe


#c3cfbe Border Color

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

This div border color is #c3cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfbe


Comments

No comments written yet.

Please login to write comment.