Color Hex Logo

#bbc089 Color Hex

#BBC089
(187,192,137)
0 Favorites   0 Comments

Color spaces of #bbc089

RGB 187192137
HSL0.180.300.65
HSV65°29°75°
CMYK 0.030.000.29   0.25
XYZ43.858550.070231.0198
Yxy50.07020.35100.4007
Hunter Lab70.7603-13.193023.5407
CIE-Lab76.1123-10.661427.2142

#bbc089 color RGB value is (187,192,137).

#bbc089 hex color red value is 187, green value is 192 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bbc089 hue: 0.18 , saturation: 0.30 and the lightness value of bbc089 is 0.65.

The process color (four color CMYK) of #bbc089 color hex is 0.03, 0.00, 0.29, 0.25. Web safe color of #bbc089 is #cccc99. Color #bbc089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10001001
Octal 273 300 211
Decimal 187 192 137
Hex BB C0 89

RGB Percentages of Color #bbc089

%36.24
%37.21
%26.55

CMYK Percentages of Color #bbc089

%3
%0
%29
%25

Triadic Colors of #bbc089

#bbc089 #89bbc0 #c089bb

Analogous Colors of #bbc089

#bbc089 #a0c089 #c0aa89

Monochromatic Colors of #bbc089

#bbc089

Complementary Color

#bbc089 #8e89c0

#bbc089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc089 Color CSS Codes

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

#bbc089 Text Font Color

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

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


#bbc089 Background Color

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

This div background color is #bbc089


#bbc089 Border Color

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

This div border color is #bbc089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc089


Comments

No comments written yet.

Please login to write comment.