Color Hex Logo

#bbc094 Color Hex

#BBC094
(187,192,148)
0 Favorites   0 Comments

Color spaces of #bbc094

RGB 187192148
HSL0.190.260.67
HSV67°23°75°
CMYK 0.030.000.23   0.25
XYZ44.688450.402235.3902
Yxy50.40220.34250.3863
Hunter Lab70.9945-11.881320.1406
CIE-Lab76.3155-9.115221.6535

#bbc094 color RGB value is (187,192,148).

#bbc094 hex color red value is 187, green value is 192 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bbc094 hue: 0.19 , saturation: 0.26 and the lightness value of bbc094 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10010100
Octal 273 300 224
Decimal 187 192 148
Hex BB C0 94

RGB Percentages of Color #bbc094

%35.48
%36.43
%28.08

CMYK Percentages of Color #bbc094

%3
%0
%23
%25

Triadic Colors of #bbc094

#bbc094 #94bbc0 #c094bb

Analogous Colors of #bbc094

#bbc094 #a5c094 #c0af94

Monochromatic Colors of #bbc094

#bbc094

Complementary Color

#bbc094 #9994c0

#bbc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc094 Color CSS Codes

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

#bbc094 Text Font Color

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

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


#bbc094 Background Color

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

This div background color is #bbc094


#bbc094 Border Color

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

This div border color is #bbc094


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,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 #bbc094">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc094


Comments

No comments written yet.

Please login to write comment.