Color Hex Logo

#bbc387 Color Hex

#BBC387
(187,195,135)
0 Favorites   0 Comments

Color spaces of #bbc387

RGB 187195135
HSL0.190.330.65
HSV68°31°76°
CMYK 0.040.000.31   0.24
XYZ44.381851.344330.4929
Yxy51.34430.35160.4068
Hunter Lab71.6549-14.836424.9275
CIE-Lab76.8871-12.470329.2994

#bbc387 color RGB value is (187,195,135).

#bbc387 hex color red value is 187, green value is 195 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bbc387 hue: 0.19 , saturation: 0.33 and the lightness value of bbc387 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10000111
Octal 273 303 207
Decimal 187 195 135
Hex BB C3 87

RGB Percentages of Color #bbc387

%36.17
%37.72
%26.11

CMYK Percentages of Color #bbc387

%4
%0
%31
%24

Triadic Colors of #bbc387

#bbc387 #87bbc3 #c387bb

Analogous Colors of #bbc387

#bbc387 #9dc387 #c3ad87

Monochromatic Colors of #bbc387

#bbc387

Complementary Color

#bbc387 #8f87c3

#bbc387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc387 Color CSS Codes

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

#bbc387 Text Font Color

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

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


#bbc387 Background Color

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

This div background color is #bbc387


#bbc387 Border Color

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

This div border color is #bbc387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc387


Comments

No comments written yet.

Please login to write comment.