Color Hex Logo

#bcc289 Color Hex

#BCC289
(188,194,137)
0 Favorites   0 Comments

Color spaces of #bcc289

RGB 188194137
HSL0.180.320.65
HSV66°29°76°
CMYK 0.030.000.29   0.24
XYZ44.546251.081131.1787
Yxy51.08110.35130.4028
Hunter Lab71.4710-13.819524.1649
CIE-Lab76.7281-11.306628.0516

#bcc289 color RGB value is (188,194,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10001001
Octal 274 302 211
Decimal 188 194 137
Hex BC C2 89

RGB Percentages of Color #bcc289

%36.22
%37.38
%26.40

CMYK Percentages of Color #bcc289

%3
%0
%29
%24

Triadic Colors of #bcc289

#bcc289 #89bcc2 #c289bc

Analogous Colors of #bcc289

#bcc289 #a0c289 #c2ac89

Monochromatic Colors of #bcc289

#bcc289

Complementary Color

#bcc289 #8f89c2

#bcc289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc289 Color CSS Codes

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

#bcc289 Text Font Color

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

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


#bcc289 Background Color

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

This div background color is #bcc289


#bcc289 Border Color

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

This div border color is #bcc289


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,194,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc289


Comments

No comments written yet.

Please login to write comment.