Color Hex Logo

#b3bd90 Color Hex

#B3BD90
(179,189,144)
0 Favorites   0 Comments

Color spaces of #b3bd90

RGB 179189144
HSL0.200.250.65
HSV73°24°74°
CMYK 0.050.000.24   0.26
XYZ41.822047.992533.4448
Yxy47.99250.33930.3894
Hunter Lab69.2766-13.474419.8701
CIE-Lab74.8202-11.167121.6428

#b3bd90 color RGB value is (179,189,144).

#b3bd90 hex color red value is 179, green value is 189 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b3bd90 hue: 0.20 , saturation: 0.25 and the lightness value of b3bd90 is 0.65.

The process color (four color CMYK) of #b3bd90 color hex is 0.05, 0.00, 0.24, 0.26. Web safe color of #b3bd90 is #cccc99. Color #b3bd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111101 10010000
Octal 263 275 220
Decimal 179 189 144
Hex B3 BD 90

RGB Percentages of Color #b3bd90

%34.96
%36.91
%28.13

CMYK Percentages of Color #b3bd90

%5
%0
%24
%26

Triadic Colors of #b3bd90

#b3bd90 #90b3bd #bd90b3

Analogous Colors of #b3bd90

#b3bd90 #9dbd90 #bdb190

Monochromatic Colors of #b3bd90

#b3bd90

Complementary Color

#b3bd90 #9a90bd

#b3bd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bd90 Color CSS Codes

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

#b3bd90 Text Font Color

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

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


#b3bd90 Background Color

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

This div background color is #b3bd90


#b3bd90 Border Color

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

This div border color is #b3bd90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,189,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3bd90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3bd90;
  -webkit-box-shadow: 1px 1px 3px 2px #b3bd90;
  box-shadow:         1px 1px 3px 2px #b3bd90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,189,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bd90


Comments

No comments written yet.

Please login to write comment.