Color Hex Logo

#bcc070 Color Hex

#BCC070
(188,192,112)
0 Favorites   0 Comments

Color spaces of #bcc070

RGB 188192112
HSL0.180.390.60
HSV63°42°75°
CMYK 0.020.000.42   0.25
XYZ42.513349.560522.6547
Yxy49.56050.37060.4320
Hunter Lab70.3992-15.404530.1997
CIE-Lab75.7987-13.300939.7615

#bcc070 color RGB value is (188,192,112).

#bcc070 hex color red value is 188, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bcc070 hue: 0.18 , saturation: 0.39 and the lightness value of bcc070 is 0.60.

The process color (four color CMYK) of #bcc070 color hex is 0.02, 0.00, 0.42, 0.25. Web safe color of #bcc070 is #cccc66. Color #bcc070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01110000
Octal 274 300 160
Decimal 188 192 112
Hex BC C0 70

RGB Percentages of Color #bcc070

%38.21
%39.02
%22.76

CMYK Percentages of Color #bcc070

%2
%0
%42
%25

Triadic Colors of #bcc070

#bcc070 #70bcc0 #c070bc

Analogous Colors of #bcc070

#bcc070 #94c070 #c09c70

Monochromatic Colors of #bcc070

#bcc070

Complementary Color

#bcc070 #7470c0

#bcc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc070 Color CSS Codes

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

#bcc070 Text Font Color

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

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


#bcc070 Background Color

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

This div background color is #bcc070


#bcc070 Border Color

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

This div border color is #bcc070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc070


Comments

No comments written yet.

Please login to write comment.