Color Hex Logo

#b5c097 Color Hex

#B5C097
(181,192,151)
0 Favorites   0 Comments

Color spaces of #b5c097

RGB 181192151
HSL0.210.250.67
HSV76°21°75°
CMYK 0.060.000.21   0.25
XYZ43.491649.757436.5900
Yxy49.75740.33500.3832
Hunter Lab70.5389-13.386918.6223
CIE-Lab75.9201-10.913319.4352

#b5c097 color RGB value is (181,192,151).

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

The process color (four color CMYK) of #b5c097 color hex is 0.06, 0.00, 0.21, 0.25. Web safe color of #b5c097 is #cccc99. Color #b5c097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000000 10010111
Octal 265 300 227
Decimal 181 192 151
Hex B5 C0 97

RGB Percentages of Color #b5c097

%34.54
%36.64
%28.82

CMYK Percentages of Color #b5c097

%6
%0
%21
%25

Triadic Colors of #b5c097

#b5c097 #97b5c0 #c097b5

Analogous Colors of #b5c097

#b5c097 #a1c097 #c0b797

Monochromatic Colors of #b5c097

#b5c097

Complementary Color

#b5c097 #a297c0

#b5c097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c097 Color CSS Codes

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

#b5c097 Text Font Color

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

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


#b5c097 Background Color

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

This div background color is #b5c097


#b5c097 Border Color

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

This div border color is #b5c097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c097


Comments

No comments written yet.

Please login to write comment.