Color Hex Logo

#bcc486 Color Hex

#BCC486
(188,196,134)
0 Favorites   0 Comments

Color spaces of #bcc486

RGB 188196134
HSL0.190.340.65
HSV68°32°77°
CMYK 0.040.000.32   0.23
XYZ44.782051.892530.2102
Yxy51.89250.35290.4090
Hunter Lab72.0364-15.097925.5608
CIE-Lab77.2165-12.727730.2730

#bcc486 color RGB value is (188,196,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10000110
Octal 274 304 206
Decimal 188 196 134
Hex BC C4 86

RGB Percentages of Color #bcc486

%36.29
%37.84
%25.87

CMYK Percentages of Color #bcc486

%4
%0
%32
%23

Triadic Colors of #bcc486

#bcc486 #86bcc4 #c486bc

Analogous Colors of #bcc486

#bcc486 #9dc486 #c4ad86

Monochromatic Colors of #bcc486

#bcc486

Complementary Color

#bcc486 #8e86c4

#bcc486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc486 Color CSS Codes

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

#bcc486 Text Font Color

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

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


#bcc486 Background Color

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

This div background color is #bcc486


#bcc486 Border Color

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

This div border color is #bcc486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc486


Comments

No comments written yet.

Please login to write comment.