Color Hex Logo

#bbbe94 Color Hex

#BBBE94
(187,190,148)
0 Favorites   0 Comments

Color spaces of #bbbe94

RGB 187190148
HSL0.180.240.66
HSV64°22°75°
CMYK 0.020.000.22   0.25
XYZ44.252349.529835.2448
Yxy49.52980.34300.3839
Hunter Lab70.3774-10.922219.5719
CIE-Lab75.7797-8.074920.9185

#bbbe94 color RGB value is (187,190,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10010100
Octal 273 276 224
Decimal 187 190 148
Hex BB BE 94

RGB Percentages of Color #bbbe94

%35.62
%36.19
%28.19

CMYK Percentages of Color #bbbe94

%2
%0
%22
%25

Triadic Colors of #bbbe94

#bbbe94 #94bbbe #be94bb

Analogous Colors of #bbbe94

#bbbe94 #a6be94 #beac94

Monochromatic Colors of #bbbe94

#bbbe94

Complementary Color

#bbbe94 #9794be

#bbbe94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe94 Color CSS Codes

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

#bbbe94 Text Font Color

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

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


#bbbe94 Background Color

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

This div background color is #bbbe94


#bbbe94 Border Color

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

This div border color is #bbbe94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe94


Comments

No comments written yet.

Please login to write comment.