Color Hex Logo

#c3be8d Color Hex

#C3BE8D
(195,190,141)
0 Favorites   0 Comments

Color spaces of #c3be8d

RGB 195190141
HSL0.150.310.66
HSV54°28°76°
CMYK 0.000.030.28   0.24
XYZ45.726950.352132.5082
Yxy50.35210.35560.3916
Hunter Lab70.9592-9.151322.5092
CIE-Lab76.2849-5.994625.4397

#c3be8d color RGB value is (195,190,141).

#c3be8d hex color red value is 195, green value is 190 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c3be8d hue: 0.15 , saturation: 0.31 and the lightness value of c3be8d is 0.66.

The process color (four color CMYK) of #c3be8d color hex is 0.00, 0.03, 0.28, 0.24. Web safe color of #c3be8d is #cccc99. Color #c3be8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 10001101
Octal 303 276 215
Decimal 195 190 141
Hex C3 BE 8D

RGB Percentages of Color #c3be8d

%37.07
%36.12
%26.81

CMYK Percentages of Color #c3be8d

%0
%3
%28
%24

Triadic Colors of #c3be8d

#c3be8d #8dc3be #be8dc3

Analogous Colors of #c3be8d

#c3be8d #adc38d #c3a38d

Monochromatic Colors of #c3be8d

#c3be8d

Complementary Color

#c3be8d #8d92c3

#c3be8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3be8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3be8d Color CSS Codes

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

#c3be8d Text Font Color

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

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


#c3be8d Background Color

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

This div background color is #c3be8d


#c3be8d Border Color

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

This div border color is #c3be8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3be8d


Comments

No comments written yet.

Please login to write comment.