Color Hex Logo

#bcd586 Color Hex

#BCD586
(188,213,134)
0 Favorites   0 Comments

Color spaces of #bcd586

RGB 188213134
HSL0.220.480.68
HSV79°37°84°
CMYK 0.120.000.37   0.16
XYZ48.836460.001131.5617
Yxy60.00110.34780.4274
Hunter Lab77.4604-23.016930.0642
CIE-Lab81.8388-21.247336.3255

#bcd586 color RGB value is (188,213,134).

#bcd586 hex color red value is 188, green value is 213 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bcd586 hue: 0.22 , saturation: 0.48 and the lightness value of bcd586 is 0.68.

The process color (four color CMYK) of #bcd586 color hex is 0.12, 0.00, 0.37, 0.16. Web safe color of #bcd586 is #cccc99. Color #bcd586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 10000110
Octal 274 325 206
Decimal 188 213 134
Hex BC D5 86

RGB Percentages of Color #bcd586

%35.14
%39.81
%25.05

CMYK Percentages of Color #bcd586

%12
%0
%37
%16

Triadic Colors of #bcd586

#bcd586 #86bcd5 #d586bc

Analogous Colors of #bcd586

#bcd586 #95d586 #d5c786

Monochromatic Colors of #bcd586

#bcd586

Complementary Color

#bcd586 #9f86d5

#bcd586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd586 Color CSS Codes

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

#bcd586 Text Font Color

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

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


#bcd586 Background Color

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

This div background color is #bcd586


#bcd586 Border Color

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

This div border color is #bcd586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd586


Comments

No comments written yet.

Please login to write comment.