Color Hex Logo

#bbc08f Color Hex

#BBC08F
(187,192,143)
0 Favorites   0 Comments

Color spaces of #bbc08f

RGB 187192143
HSL0.180.280.66
HSV66°26°75°
CMYK 0.030.000.26   0.25
XYZ44.301150.247233.3504
Yxy50.24720.34640.3929
Hunter Lab70.8853-12.492221.7247
CIE-Lab76.2207-9.833324.1846

#bbc08f color RGB value is (187,192,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10001111
Octal 273 300 217
Decimal 187 192 143
Hex BB C0 8F

RGB Percentages of Color #bbc08f

%35.82
%36.78
%27.39

CMYK Percentages of Color #bbc08f

%3
%0
%26
%25

Triadic Colors of #bbc08f

#bbc08f #8fbbc0 #c08fbb

Analogous Colors of #bbc08f

#bbc08f #a3c08f #c0ad8f

Monochromatic Colors of #bbc08f

#bbc08f

Complementary Color

#bbc08f #948fc0

#bbc08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc08f Color CSS Codes

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

#bbc08f Text Font Color

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

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


#bbc08f Background Color

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

This div background color is #bbc08f


#bbc08f Border Color

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

This div border color is #bbc08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc08f


Comments

No comments written yet.

Please login to write comment.