Color Hex Logo

#bbbe95 Color Hex

#BBBE95
(187,190,149)
0 Favorites   0 Comments

Color spaces of #bbbe95

RGB 187190149
HSL0.180.240.66
HSV64°22°75°
CMYK 0.020.000.22   0.25
XYZ44.331849.561635.6636
Yxy49.56160.34220.3825
Hunter Lab70.4000-10.796219.2446
CIE-Lab75.7994-7.927620.4105

#bbbe95 color RGB value is (187,190,149).

#bbbe95 hex color red value is 187, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bbbe95 hue: 0.18 , saturation: 0.24 and the lightness value of bbbe95 is 0.66.

The process color (four color CMYK) of #bbbe95 color hex is 0.02, 0.00, 0.22, 0.25. Web safe color of #bbbe95 is #cccc99. Color #bbbe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10010101
Octal 273 276 225
Decimal 187 190 149
Hex BB BE 95

RGB Percentages of Color #bbbe95

%35.55
%36.12
%28.33

CMYK Percentages of Color #bbbe95

%2
%0
%22
%25

Triadic Colors of #bbbe95

#bbbe95 #95bbbe #be95bb

Analogous Colors of #bbbe95

#bbbe95 #a7be95 #bead95

Monochromatic Colors of #bbbe95

#bbbe95

Complementary Color

#bbbe95 #9895be

#bbbe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe95 Color CSS Codes

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

#bbbe95 Text Font Color

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

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


#bbbe95 Background Color

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

This div background color is #bbbe95


#bbbe95 Border Color

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

This div border color is #bbbe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe95


Comments

No comments written yet.

Please login to write comment.