Color Hex Logo

#c3b8be Color Hex

#C3B8BE
(195,184,190)
0 Favorites   0 Comments

Color spaces of #c3b8be

RGB 195184190
HSL0.910.080.74
HSV327°76°
CMYK 0.000.060.03   0.24
XYZ48.940449.600855.7097
Yxy49.60080.31730.3216
Hunter Lab70.42780.79122.4000
CIE-Lab75.82364.9644-1.6467

#c3b8be color RGB value is (195,184,190).

#c3b8be hex color red value is 195, green value is 184 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c3b8be hue: 0.91 , saturation: 0.08 and the lightness value of c3b8be is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111000 10111110
Octal 303 270 276
Decimal 195 184 190
Hex C3 B8 BE

RGB Percentages of Color #c3b8be

%34.27
%32.34
%33.39

CMYK Percentages of Color #c3b8be

%0
%6
%3
%24

Triadic Colors of #c3b8be

#c3b8be #bec3b8 #b8bec3

Analogous Colors of #c3b8be

#c3b8be #c3b8b9 #c3b8c3

Monochromatic Colors of #c3b8be

#c3b8be

Complementary Color

#c3b8be #b8c3bd

#c3b8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b8be Color CSS Codes

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

#c3b8be Text Font Color

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

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


#c3b8be Background Color

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

This div background color is #c3b8be


#c3b8be Border Color

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

This div border color is #c3b8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b8be


Comments

No comments written yet.

Please login to write comment.