Color Hex Logo

#bbc394 Color Hex

#BBC394
(187,195,148)
0 Favorites   0 Comments

Color spaces of #bbc394

RGB 187195148
HSL0.200.280.67
HSV70°24°76°
CMYK 0.040.000.24   0.24
XYZ45.353951.733135.6121
Yxy51.73310.34180.3899
Hunter Lab71.9257-13.314020.9921
CIE-Lab77.1210-10.666722.7555

#bbc394 color RGB value is (187,195,148).

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

The process color (four color CMYK) of #bbc394 color hex is 0.04, 0.00, 0.24, 0.24. Web safe color of #bbc394 is #cccc99. Color #bbc394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10010100
Octal 273 303 224
Decimal 187 195 148
Hex BB C3 94

RGB Percentages of Color #bbc394

%35.28
%36.79
%27.92

CMYK Percentages of Color #bbc394

%4
%0
%24
%24

Triadic Colors of #bbc394

#bbc394 #94bbc3 #c394bb

Analogous Colors of #bbc394

#bbc394 #a4c394 #c3b494

Monochromatic Colors of #bbc394

#bbc394

Complementary Color

#bbc394 #9c94c3

#bbc394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc394 Color CSS Codes

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

#bbc394 Text Font Color

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

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


#bbc394 Background Color

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

This div background color is #bbc394


#bbc394 Border Color

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

This div border color is #bbc394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc394


Comments

No comments written yet.

Please login to write comment.