Color Hex Logo

#c2be87 Color Hex

#C2BE87
(194,190,135)
0 Favorites   0 Comments

Color spaces of #c2be87

RGB 194190135
HSL0.160.330.65
HSV56°30°76°
CMYK 0.000.020.30   0.24
XYZ45.034850.045530.2078
Yxy50.04550.35940.3994
Hunter Lab70.7428-10.167124.2027
CIE-Lab76.0972-7.172328.3466

#c2be87 color RGB value is (194,190,135).

#c2be87 hex color red value is 194, green value is 190 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c2be87 hue: 0.16 , saturation: 0.33 and the lightness value of c2be87 is 0.65.

The process color (four color CMYK) of #c2be87 color hex is 0.00, 0.02, 0.30, 0.24. Web safe color of #c2be87 is #cccc99. Color #c2be87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 10000111
Octal 302 276 207
Decimal 194 190 135
Hex C2 BE 87

RGB Percentages of Color #c2be87

%37.38
%36.61
%26.01

CMYK Percentages of Color #c2be87

%0
%2
%30
%24

Triadic Colors of #c2be87

#c2be87 #87c2be #be87c2

Analogous Colors of #c2be87

#c2be87 #a9c287 #c2a187

Monochromatic Colors of #c2be87

#c2be87

Complementary Color

#c2be87 #878bc2

#c2be87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2be87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2be87 Color CSS Codes

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

#c2be87 Text Font Color

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

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


#c2be87 Background Color

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

This div background color is #c2be87


#c2be87 Border Color

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

This div border color is #c2be87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2be87


Comments

No comments written yet.

Please login to write comment.