Color Hex Logo

#bcc49f Color Hex

#BCC49F
(188,196,159)
0 Favorites   0 Comments

Color spaces of #bcc49f

RGB 188196159
HSL0.200.240.70
HSV73°19°77°
CMYK 0.040.000.19   0.23
XYZ46.737052.674440.5048
Yxy52.67440.33400.3765
Hunter Lab72.5771-12.062617.7146
CIE-Lab77.6824-9.154517.6816

#bcc49f color RGB value is (188,196,159).

#bcc49f hex color red value is 188, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcc49f hue: 0.20 , saturation: 0.24 and the lightness value of bcc49f is 0.70.

The process color (four color CMYK) of #bcc49f color hex is 0.04, 0.00, 0.19, 0.23. Web safe color of #bcc49f is #cccc99. Color #bcc49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10011111
Octal 274 304 237
Decimal 188 196 159
Hex BC C4 9F

RGB Percentages of Color #bcc49f

%34.62
%36.10
%29.28

CMYK Percentages of Color #bcc49f

%4
%0
%19
%23

Triadic Colors of #bcc49f

#bcc49f #9fbcc4 #c49fbc

Analogous Colors of #bcc49f

#bcc49f #aac49f #c4ba9f

Monochromatic Colors of #bcc49f

#bcc49f

Complementary Color

#bcc49f #a79fc4

#bcc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc49f Color CSS Codes

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

#bcc49f Text Font Color

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

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


#bcc49f Background Color

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

This div background color is #bcc49f


#bcc49f Border Color

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

This div border color is #bcc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc49f


Comments

No comments written yet.

Please login to write comment.