Color Hex Logo

#bccb87 Color Hex

#BCCB87
(188,203,135)
0 Favorites   0 Comments

Color spaces of #bccb87

RGB 188203135
HSL0.200.400.66
HSV73°33°80°
CMYK 0.070.000.33   0.20
XYZ46.468155.152531.1180
Yxy55.15250.35010.4155
Hunter Lab74.2647-18.274227.1419
CIE-Lab79.1290-16.148432.2767

#bccb87 color RGB value is (188,203,135).

#bccb87 hex color red value is 188, green value is 203 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bccb87 hue: 0.20 , saturation: 0.40 and the lightness value of bccb87 is 0.66.

The process color (four color CMYK) of #bccb87 color hex is 0.07, 0.00, 0.33, 0.20. Web safe color of #bccb87 is #cccc99. Color #bccb87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10000111
Octal 274 313 207
Decimal 188 203 135
Hex BC CB 87

RGB Percentages of Color #bccb87

%35.74
%38.59
%25.67

CMYK Percentages of Color #bccb87

%7
%0
%33
%20

Triadic Colors of #bccb87

#bccb87 #87bccb #cb87bc

Analogous Colors of #bccb87

#bccb87 #9acb87 #cbb887

Monochromatic Colors of #bccb87

#bccb87

Complementary Color

#bccb87 #9687cb

#bccb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb87 Color CSS Codes

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

#bccb87 Text Font Color

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

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


#bccb87 Background Color

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

This div background color is #bccb87


#bccb87 Border Color

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

This div border color is #bccb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb87


Comments

No comments written yet.

Please login to write comment.