Color Hex Logo

#c3bb7e Color Hex

#C3BB7E
(195,187,126)
0 Favorites   0 Comments

Color spaces of #c3bb7e

RGB 195187126
HSL0.150.370.63
HSV53°35°76°
CMYK 0.000.040.35   0.24
XYZ44.041948.649126.8076
Yxy48.64910.36860.4071
Hunter Lab69.7489-9.349426.0365
CIE-Lab75.2325-6.331231.9460

#c3bb7e color RGB value is (195,187,126).

#c3bb7e hex color red value is 195, green value is 187 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c3bb7e hue: 0.15 , saturation: 0.37 and the lightness value of c3bb7e is 0.63.

The process color (four color CMYK) of #c3bb7e color hex is 0.00, 0.04, 0.35, 0.24. Web safe color of #c3bb7e is #cccc66. Color #c3bb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 01111110
Octal 303 273 176
Decimal 195 187 126
Hex C3 BB 7E

RGB Percentages of Color #c3bb7e

%38.39
%36.81
%24.80

CMYK Percentages of Color #c3bb7e

%0
%4
%35
%24

Triadic Colors of #c3bb7e

#c3bb7e #7ec3bb #bb7ec3

Analogous Colors of #c3bb7e

#c3bb7e #a9c37e #c3997e

Monochromatic Colors of #c3bb7e

#c3bb7e

Complementary Color

#c3bb7e #7e86c3

#c3bb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bb7e Color CSS Codes

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

#c3bb7e Text Font Color

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

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


#c3bb7e Background Color

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

This div background color is #c3bb7e


#c3bb7e Border Color

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

This div border color is #c3bb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bb7e


Comments

No comments written yet.

Please login to write comment.