Color Hex Logo

#c3bebc Color Hex

#C3BEBC
(195,190,188)
0 Favorites   0 Comments

Color spaces of #c3bebc

RGB 195190188
HSL0.050.060.75
HSV17°76°
CMYK 0.000.030.04   0.24
XYZ49.996252.059954.9904
Yxy52.05990.31840.3315
Hunter Lab72.1525-2.58015.3195
CIE-Lab77.31661.39021.6189

#c3bebc color RGB value is (195,190,188).

#c3bebc hex color red value is 195, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c3bebc hue: 0.05 , saturation: 0.06 and the lightness value of c3bebc is 0.75.

The process color (four color CMYK) of #c3bebc color hex is 0.00, 0.03, 0.04, 0.24. Web safe color of #c3bebc is #cccccc. Color #c3bebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 10111100
Octal 303 276 274
Decimal 195 190 188
Hex C3 BE BC

RGB Percentages of Color #c3bebc

%34.03
%33.16
%32.81

CMYK Percentages of Color #c3bebc

%0
%3
%4
%24

Triadic Colors of #c3bebc

#c3bebc #bcc3be #bebcc3

Analogous Colors of #c3bebc

#c3bebc #c3c2bc #c3bcbe

Monochromatic Colors of #c3bebc

#c3bebc

Complementary Color

#c3bebc #bcc1c3

#c3bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bebc Color CSS Codes

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

#c3bebc Text Font Color

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

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


#c3bebc Background Color

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

This div background color is #c3bebc


#c3bebc Border Color

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

This div border color is #c3bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bebc


Comments

No comments written yet.

Please login to write comment.