Color Hex Logo

#c0be96 Color Hex

#C0BE96
(192,190,150)
0 Favorites   0 Comments

Color spaces of #c0be96

RGB 192190150
HSL0.160.250.67
HSV57°22°75°
CMYK 0.000.010.22   0.25
XYZ45.656750.235436.1442
Yxy50.23540.34580.3805
Hunter Lab70.8769-9.050519.3785
CIE-Lab76.2135-5.887720.5080

#c0be96 color RGB value is (192,190,150).

#c0be96 hex color red value is 192, green value is 190 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c0be96 hue: 0.16 , saturation: 0.25 and the lightness value of c0be96 is 0.67.

The process color (four color CMYK) of #c0be96 color hex is 0.00, 0.01, 0.22, 0.25. Web safe color of #c0be96 is #cccc99. Color #c0be96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 10010110
Octal 300 276 226
Decimal 192 190 150
Hex C0 BE 96

RGB Percentages of Color #c0be96

%36.09
%35.71
%28.20

CMYK Percentages of Color #c0be96

%0
%1
%22
%25

Triadic Colors of #c0be96

#c0be96 #96c0be #be96c0

Analogous Colors of #c0be96

#c0be96 #adc096 #c0a996

Monochromatic Colors of #c0be96

#c0be96

Complementary Color

#c0be96 #9698c0

#c0be96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0be96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0be96 Color CSS Codes

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

#c0be96 Text Font Color

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

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


#c0be96 Background Color

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

This div background color is #c0be96


#c0be96 Border Color

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

This div border color is #c0be96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0be96


Comments

No comments written yet.

Please login to write comment.