Color Hex Logo

#bcc88f Color Hex

#BCC88F
(188,200,143)
0 Favorites   0 Comments

Color spaces of #bcc88f

RGB 188200143
HSL0.200.340.67
HSV73°29°78°
CMYK 0.060.000.29   0.22
XYZ46.351253.983133.9634
Yxy53.98310.34510.4020
Hunter Lab73.4732-15.969824.0241
CIE-Lab78.4519-13.560227.2104

#bcc88f color RGB value is (188,200,143).

#bcc88f hex color red value is 188, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcc88f hue: 0.20 , saturation: 0.34 and the lightness value of bcc88f is 0.67.

The process color (four color CMYK) of #bcc88f color hex is 0.06, 0.00, 0.29, 0.22. Web safe color of #bcc88f is #cccc99. Color #bcc88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10001111
Octal 274 310 217
Decimal 188 200 143
Hex BC C8 8F

RGB Percentages of Color #bcc88f

%35.40
%37.66
%26.93

CMYK Percentages of Color #bcc88f

%6
%0
%29
%22

Triadic Colors of #bcc88f

#bcc88f #8fbcc8 #c88fbc

Analogous Colors of #bcc88f

#bcc88f #a0c88f #c8b88f

Monochromatic Colors of #bcc88f

#bcc88f

Complementary Color

#bcc88f #9b8fc8

#bcc88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc88f Color CSS Codes

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

#bcc88f Text Font Color

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

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


#bcc88f Background Color

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

This div background color is #bcc88f


#bcc88f Border Color

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

This div border color is #bcc88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc88f


Comments

No comments written yet.

Please login to write comment.