Color Hex Logo

#bcd986 Color Hex

#BCD986
(188,217,134)
0 Favorites   0 Comments

Color spaces of #bcd986

RGB 188217134
HSL0.220.520.69
HSV81°38°85°
CMYK 0.130.000.38   0.15
XYZ49.855062.038331.9012
Yxy62.03830.34670.4314
Hunter Lab78.7644-24.853731.1214
CIE-Lab82.9338-23.202037.7406

#bcd986 color RGB value is (188,217,134).

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

The process color (four color CMYK) of #bcd986 color hex is 0.13, 0.00, 0.38, 0.15. Web safe color of #bcd986 is #cccc99. Color #bcd986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 10000110
Octal 274 331 206
Decimal 188 217 134
Hex BC D9 86

RGB Percentages of Color #bcd986

%34.88
%40.26
%24.86

CMYK Percentages of Color #bcd986

%13
%0
%38
%15

Triadic Colors of #bcd986

#bcd986 #86bcd9 #d986bc

Analogous Colors of #bcd986

#bcd986 #93d986 #d9cd86

Monochromatic Colors of #bcd986

#bcd986

Complementary Color

#bcd986 #a386d9

#bcd986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd986 Color CSS Codes

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

#bcd986 Text Font Color

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

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


#bcd986 Background Color

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

This div background color is #bcd986


#bcd986 Border Color

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

This div border color is #bcd986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd986


Comments

No comments written yet.

Please login to write comment.