Color Hex Logo

#bcc47f Color Hex

#BCC47F
(188,196,127)
0 Favorites   0 Comments

Color spaces of #bcc47f

RGB 188196127
HSL0.190.370.63
HSV67°35°77°
CMYK 0.040.000.35   0.23
XYZ44.309751.703527.7231
Yxy51.70350.35810.4179
Hunter Lab71.9051-15.838027.4743
CIE-Lab77.1032-13.612033.7603

#bcc47f color RGB value is (188,196,127).

#bcc47f hex color red value is 188, green value is 196 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcc47f hue: 0.19 , saturation: 0.37 and the lightness value of bcc47f is 0.63.

The process color (four color CMYK) of #bcc47f color hex is 0.04, 0.00, 0.35, 0.23. Web safe color of #bcc47f is #cccc66. Color #bcc47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 01111111
Octal 274 304 177
Decimal 188 196 127
Hex BC C4 7F

RGB Percentages of Color #bcc47f

%36.79
%38.36
%24.85

CMYK Percentages of Color #bcc47f

%4
%0
%35
%23

Triadic Colors of #bcc47f

#bcc47f #7fbcc4 #c47fbc

Analogous Colors of #bcc47f

#bcc47f #9ac47f #c4aa7f

Monochromatic Colors of #bcc47f

#bcc47f

Complementary Color

#bcc47f #877fc4

#bcc47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc47f Color CSS Codes

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

#bcc47f Text Font Color

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

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


#bcc47f Background Color

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

This div background color is #bcc47f


#bcc47f Border Color

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

This div border color is #bcc47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc47f


Comments

No comments written yet.

Please login to write comment.