Color Hex Logo

#bcd15e Color Hex

#BCD15E
(188,209,94)
0 Favorites   0 Comments

Color spaces of #bcd15e

RGB 18820994
HSL0.200.560.59
HSV71°55°82°
CMYK 0.100.000.55   0.18
XYZ45.559957.100419.2099
Yxy57.10040.37380.4685
Hunter Lab75.5648-24.616337.8228
CIE-Lab80.2360-23.503053.7521

#bcd15e color RGB value is (188,209,94).

#bcd15e hex color red value is 188, green value is 209 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bcd15e hue: 0.20 , saturation: 0.56 and the lightness value of bcd15e is 0.59.

The process color (four color CMYK) of #bcd15e color hex is 0.10, 0.00, 0.55, 0.18. Web safe color of #bcd15e is #cccc66. Color #bcd15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01011110
Octal 274 321 136
Decimal 188 209 94
Hex BC D1 5E

RGB Percentages of Color #bcd15e

%38.29
%42.57
%19.14

CMYK Percentages of Color #bcd15e

%10
%0
%55
%18

Triadic Colors of #bcd15e

#bcd15e #5ebcd1 #d15ebc

Analogous Colors of #bcd15e

#bcd15e #83d15e #d1ad5e

Monochromatic Colors of #bcd15e

#bcd15e

Complementary Color

#bcd15e #735ed1

#bcd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd15e Color CSS Codes

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

#bcd15e Text Font Color

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

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


#bcd15e Background Color

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

This div background color is #bcd15e


#bcd15e Border Color

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

This div border color is #bcd15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd15e


Comments

No comments written yet.

Please login to write comment.