Color Hex Logo

#bbbe88 Color Hex

#BBBE88
(187,190,136)
0 Favorites   0 Comments

Color spaces of #bbbe88

RGB 187190136
HSL0.180.290.64
HSV63°28°75°
CMYK 0.020.000.28   0.25
XYZ43.350949.169330.4983
Yxy49.16930.35240.3997
Hunter Lab70.1208-12.357123.2970
CIE-Lab75.5565-9.762126.9976

#bbbe88 color RGB value is (187,190,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10001000
Octal 273 276 210
Decimal 187 190 136
Hex BB BE 88

RGB Percentages of Color #bbbe88

%36.45
%37.04
%26.51

CMYK Percentages of Color #bbbe88

%2
%0
%28
%25

Triadic Colors of #bbbe88

#bbbe88 #88bbbe #be88bb

Analogous Colors of #bbbe88

#bbbe88 #a0be88 #bea688

Monochromatic Colors of #bbbe88

#bbbe88

Complementary Color

#bbbe88 #8b88be

#bbbe88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe88 Color CSS Codes

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

#bbbe88 Text Font Color

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

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


#bbbe88 Background Color

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

This div background color is #bbbe88


#bbbe88 Border Color

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

This div border color is #bbbe88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe88


Comments

No comments written yet.

Please login to write comment.