Color Hex Logo

#c3b4bf Color Hex

#C3B4BF
(195,180,191)
0 Favorites   0 Comments

Color spaces of #c3b4bf

RGB 195180191
HSL0.880.110.74
HSV316°76°
CMYK 0.000.080.02   0.24
XYZ48.230948.006256.0143
Yxy48.00620.31680.3153
Hunter Lab69.28653.00390.5679
CIE-Lab74.82887.3060-3.6528

#c3b4bf color RGB value is (195,180,191).

#c3b4bf hex color red value is 195, green value is 180 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c3b4bf hue: 0.88 , saturation: 0.11 and the lightness value of c3b4bf is 0.74.

The process color (four color CMYK) of #c3b4bf color hex is 0.00, 0.08, 0.02, 0.24. Web safe color of #c3b4bf is #cccccc. Color #c3b4bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110100 10111111
Octal 303 264 277
Decimal 195 180 191
Hex C3 B4 BF

RGB Percentages of Color #c3b4bf

%34.45
%31.80
%33.75

CMYK Percentages of Color #c3b4bf

%0
%8
%2
%24

Triadic Colors of #c3b4bf

#c3b4bf #bfc3b4 #b4bfc3

Analogous Colors of #c3b4bf

#c3b4bf #c3b4b8 #c0b4c3

Monochromatic Colors of #c3b4bf

#c3b4bf

Complementary Color

#c3b4bf #b4c3b8

#c3b4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b4bf Color CSS Codes

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

#c3b4bf Text Font Color

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

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


#c3b4bf Background Color

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

This div background color is #c3b4bf


#c3b4bf Border Color

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

This div border color is #c3b4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b4bf


Comments

No comments written yet.

Please login to write comment.