Color Hex Logo

#bcd56d Color Hex

#BCD56D
(188,213,109)
0 Favorites   0 Comments

Color spaces of #bcd56d

RGB 188213109
HSL0.210.550.63
HSV74°49°84°
CMYK 0.120.000.49   0.16
XYZ47.293659.384023.4376
Yxy59.38400.36350.4564
Hunter Lab77.0610-25.308435.9100
CIE-Lab81.5022-24.058948.2454

#bcd56d color RGB value is (188,213,109).

#bcd56d hex color red value is 188, green value is 213 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcd56d hue: 0.21 , saturation: 0.55 and the lightness value of bcd56d is 0.63.

The process color (four color CMYK) of #bcd56d color hex is 0.12, 0.00, 0.49, 0.16. Web safe color of #bcd56d is #cccc66. Color #bcd56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 01101101
Octal 274 325 155
Decimal 188 213 109
Hex BC D5 6D

RGB Percentages of Color #bcd56d

%36.86
%41.76
%21.37

CMYK Percentages of Color #bcd56d

%12
%0
%49
%16

Triadic Colors of #bcd56d

#bcd56d #6dbcd5 #d56dbc

Analogous Colors of #bcd56d

#bcd56d #88d56d #d5ba6d

Monochromatic Colors of #bcd56d

#bcd56d

Complementary Color

#bcd56d #866dd5

#bcd56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd56d Color CSS Codes

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

#bcd56d Text Font Color

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

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


#bcd56d Background Color

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

This div background color is #bcd56d


#bcd56d Border Color

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

This div border color is #bcd56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd56d


Comments

No comments written yet.

Please login to write comment.