Color Hex Logo

#bcd11e Color Hex

#BCD11E
(188,209,30)
0 Favorites   0 Comments

Color spaces of #bcd11e

RGB 18820930
HSL0.190.750.47
HSV67°86°82°
CMYK 0.100.000.86   0.18
XYZ43.773856.38609.8048
Yxy56.38600.39810.5128
Hunter Lab75.0906-27.352644.8218
CIE-Lab79.8330-26.947775.5850

#bcd11e color RGB value is (188,209,30).

#bcd11e hex color red value is 188, green value is 209 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bcd11e hue: 0.19 , saturation: 0.75 and the lightness value of bcd11e is 0.47.

The process color (four color CMYK) of #bcd11e color hex is 0.10, 0.00, 0.86, 0.18. Web safe color of #bcd11e is #cccc33. Color #bcd11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 00011110
Octal 274 321 36
Decimal 188 209 30
Hex BC D1 1E

RGB Percentages of Color #bcd11e

%44.03
%48.95
%7.03

CMYK Percentages of Color #bcd11e

%10
%0
%86
%18

Triadic Colors of #bcd11e

#bcd11e #1ebcd1 #d11ebc

Analogous Colors of #bcd11e

#bcd11e #62d11e #d18d1e

Monochromatic Colors of #bcd11e

#bcd11e

Complementary Color

#bcd11e #331ed1

#bcd11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd11e Color CSS Codes

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

#bcd11e Text Font Color

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

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


#bcd11e Background Color

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

This div background color is #bcd11e


#bcd11e Border Color

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

This div border color is #bcd11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd11e


Comments

No comments written yet.

Please login to write comment.