Color Hex Logo

#bbc395 Color Hex

#BBC395
(187,195,149)
0 Favorites   0 Comments

Color spaces of #bbc395

RGB 187195149
HSL0.200.280.67
HSV70°24°76°
CMYK 0.040.000.24   0.24
XYZ45.433451.764936.0308
Yxy51.76490.34100.3885
Hunter Lab71.9478-13.190120.6716
CIE-Lab77.1400-10.520822.2505

#bbc395 color RGB value is (187,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10010101
Octal 273 303 225
Decimal 187 195 149
Hex BB C3 95

RGB Percentages of Color #bbc395

%35.22
%36.72
%28.06

CMYK Percentages of Color #bbc395

%4
%0
%24
%24

Triadic Colors of #bbc395

#bbc395 #95bbc3 #c395bb

Analogous Colors of #bbc395

#bbc395 #a4c395 #c3b495

Monochromatic Colors of #bbc395

#bbc395

Complementary Color

#bbc395 #9d95c3

#bbc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc395 Color CSS Codes

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

#bbc395 Text Font Color

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

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


#bbc395 Background Color

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

This div background color is #bbc395


#bbc395 Border Color

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

This div border color is #bbc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc395


Comments

No comments written yet.

Please login to write comment.