Color Hex Logo

#bcd861 Color Hex

#BCD861
(188,216,97)
0 Favorites   0 Comments

Color spaces of #bcd861

RGB 18821697
HSL0.210.600.61
HSV74°55°85°
CMYK 0.130.000.55   0.15
XYZ47.452660.666220.5180
Yxy60.66620.36890.4716
Hunter Lab77.8885-27.556038.9033
CIE-Lab82.1990-26.618654.6460

#bcd861 color RGB value is (188,216,97).

#bcd861 hex color red value is 188, green value is 216 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcd861 hue: 0.21 , saturation: 0.60 and the lightness value of bcd861 is 0.61.

The process color (four color CMYK) of #bcd861 color hex is 0.13, 0.00, 0.55, 0.15. Web safe color of #bcd861 is #cccc66. Color #bcd861 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 01100001
Octal 274 330 141
Decimal 188 216 97
Hex BC D8 61

RGB Percentages of Color #bcd861

%37.52
%43.11
%19.36

CMYK Percentages of Color #bcd861

%13
%0
%55
%15

Triadic Colors of #bcd861

#bcd861 #61bcd8 #d861bc

Analogous Colors of #bcd861

#bcd861 #81d861 #d8b961

Monochromatic Colors of #bcd861

#bcd861

Complementary Color

#bcd861 #7d61d8

#bcd861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd861 Color CSS Codes

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

#bcd861 Text Font Color

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

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


#bcd861 Background Color

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

This div background color is #bcd861


#bcd861 Border Color

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

This div border color is #bcd861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd861


Comments

No comments written yet.

Please login to write comment.