Color Hex Logo

#bcca7f Color Hex

#BCCA7F
(188,202,127)
0 Favorites   0 Comments

Color spaces of #bcca7f

RGB 188202127
HSL0.200.410.65
HSV71°37°79°
CMYK 0.070.000.37   0.21
XYZ45.690354.464728.1833
Yxy54.46470.35600.4244
Hunter Lab73.8002-18.639629.0181
CIE-Lab78.7319-16.646835.8709

#bcca7f color RGB value is (188,202,127).

#bcca7f hex color red value is 188, green value is 202 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcca7f hue: 0.20 , saturation: 0.41 and the lightness value of bcca7f is 0.65.

The process color (four color CMYK) of #bcca7f color hex is 0.07, 0.00, 0.37, 0.21. Web safe color of #bcca7f is #cccc66. Color #bcca7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 01111111
Octal 274 312 177
Decimal 188 202 127
Hex BC CA 7F

RGB Percentages of Color #bcca7f

%36.36
%39.07
%24.56

CMYK Percentages of Color #bcca7f

%7
%0
%37
%21

Triadic Colors of #bcca7f

#bcca7f #7fbcca #ca7fbc

Analogous Colors of #bcca7f

#bcca7f #97ca7f #cab37f

Monochromatic Colors of #bcca7f

#bcca7f

Complementary Color

#bcca7f #8d7fca

#bcca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca7f Color CSS Codes

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

#bcca7f Text Font Color

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

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


#bcca7f Background Color

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

This div background color is #bcca7f


#bcca7f Border Color

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

This div border color is #bcca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca7f


Comments

No comments written yet.

Please login to write comment.