Color Hex Logo

#bcc99f Color Hex

#BCC99F
(188,201,159)
0 Favorites   0 Comments

Color spaces of #bcc99f

RGB 188201159
HSL0.220.280.71
HSV79°21°79°
CMYK 0.060.000.21   0.21
XYZ47.883754.967940.8870
Yxy54.96790.33310.3824
Hunter Lab74.1403-14.461019.2009
CIE-Lab79.0228-11.730619.5417

#bcc99f color RGB value is (188,201,159).

#bcc99f hex color red value is 188, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcc99f hue: 0.22 , saturation: 0.28 and the lightness value of bcc99f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10011111
Octal 274 311 237
Decimal 188 201 159
Hex BC C9 9F

RGB Percentages of Color #bcc99f

%34.31
%36.68
%29.01

CMYK Percentages of Color #bcc99f

%6
%0
%21
%21

Triadic Colors of #bcc99f

#bcc99f #9fbcc9 #c99fbc

Analogous Colors of #bcc99f

#bcc99f #a7c99f #c9c19f

Monochromatic Colors of #bcc99f

#bcc99f

Complementary Color

#bcc99f #ac9fc9

#bcc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc99f Color CSS Codes

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

#bcc99f Text Font Color

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

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


#bcc99f Background Color

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

This div background color is #bcc99f


#bcc99f Border Color

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

This div border color is #bcc99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc99f


Comments

No comments written yet.

Please login to write comment.