Color Hex Logo

#bcde1e Color Hex

#BCDE1E
(188,222,30)
0 Favorites   0 Comments

Color spaces of #bcde1e

RGB 18822230
HSL0.200.760.49
HSV71°86°87°
CMYK 0.150.000.86   0.13
XYZ47.094763.027710.9117
Yxy63.02770.38910.5207
Hunter Lab79.3900-33.045047.4239
CIE-Lab83.4570-33.040778.5793

#bcde1e color RGB value is (188,222,30).

#bcde1e hex color red value is 188, green value is 222 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bcde1e hue: 0.20 , saturation: 0.76 and the lightness value of bcde1e is 0.49.

The process color (four color CMYK) of #bcde1e color hex is 0.15, 0.00, 0.86, 0.13. Web safe color of #bcde1e is #cccc33. Color #bcde1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 00011110
Octal 274 336 36
Decimal 188 222 30
Hex BC DE 1E

RGB Percentages of Color #bcde1e

%42.73
%50.45
%6.82

CMYK Percentages of Color #bcde1e

%15
%0
%86
%13

Triadic Colors of #bcde1e

#bcde1e #1ebcde #de1ebc

Analogous Colors of #bcde1e

#bcde1e #5cde1e #dea01e

Monochromatic Colors of #bcde1e

#bcde1e

Complementary Color

#bcde1e #401ede

#bcde1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde1e Color CSS Codes

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

#bcde1e Text Font Color

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

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


#bcde1e Background Color

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

This div background color is #bcde1e


#bcde1e Border Color

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

This div border color is #bcde1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde1e


Comments

No comments written yet.

Please login to write comment.