Color Hex Logo

#bcc287 Color Hex

#BCC287
(188,194,135)
0 Favorites   0 Comments

Color spaces of #bcc287

RGB 188194135
HSL0.180.330.65
HSV66°30°76°
CMYK 0.030.000.30   0.24
XYZ44.404051.024230.4300
Yxy51.02420.35280.4054
Hunter Lab71.4312-14.043224.7441
CIE-Lab76.6937-11.571929.0559

#bcc287 color RGB value is (188,194,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10000111
Octal 274 302 207
Decimal 188 194 135
Hex BC C2 87

RGB Percentages of Color #bcc287

%36.36
%37.52
%26.11

CMYK Percentages of Color #bcc287

%3
%0
%30
%24

Triadic Colors of #bcc287

#bcc287 #87bcc2 #c287bc

Analogous Colors of #bcc287

#bcc287 #9fc287 #c2ab87

Monochromatic Colors of #bcc287

#bcc287

Complementary Color

#bcc287 #8d87c2

#bcc287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc287 Color CSS Codes

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

#bcc287 Text Font Color

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

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


#bcc287 Background Color

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

This div background color is #bcc287


#bcc287 Border Color

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

This div border color is #bcc287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc287


Comments

No comments written yet.

Please login to write comment.