Color Hex Logo

#c3bb9e Color Hex

#C3BB9E
(195,187,158)
0 Favorites   0 Comments

Color spaces of #c3bb9e

RGB 195187158
HSL0.130.240.69
HSV47°19°76°
CMYK 0.000.040.19   0.24
XYZ46.447649.611439.4757
Yxy49.61140.34270.3660
Hunter Lab70.4354-5.552616.0755
CIE-Lab75.8301-1.986915.7167

#c3bb9e color RGB value is (195,187,158).

#c3bb9e hex color red value is 195, green value is 187 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c3bb9e hue: 0.13 , saturation: 0.24 and the lightness value of c3bb9e is 0.69.

The process color (four color CMYK) of #c3bb9e color hex is 0.00, 0.04, 0.19, 0.24. Web safe color of #c3bb9e is #cccc99. Color #c3bb9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 10011110
Octal 303 273 236
Decimal 195 187 158
Hex C3 BB 9E

RGB Percentages of Color #c3bb9e

%36.11
%34.63
%29.26

CMYK Percentages of Color #c3bb9e

%0
%4
%19
%24

Triadic Colors of #c3bb9e

#c3bb9e #9ec3bb #bb9ec3

Analogous Colors of #c3bb9e

#c3bb9e #b9c39e #c3a99e

Monochromatic Colors of #c3bb9e

#c3bb9e

Complementary Color

#c3bb9e #9ea6c3

#c3bb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bb9e Color CSS Codes

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

#c3bb9e Text Font Color

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

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


#c3bb9e Background Color

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

This div background color is #c3bb9e


#c3bb9e Border Color

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

This div border color is #c3bb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bb9e


Comments

No comments written yet.

Please login to write comment.