Color Hex Logo

#bcde0e Color Hex

#BCDE0E
(188,222,14)
0 Favorites   0 Comments

Color spaces of #bcde0e

RGB 18822214
HSL0.190.880.46
HSV70°94°87°
CMYK 0.150.000.94   0.13
XYZ46.939662.965610.0951
Yxy62.96560.39120.5247
Hunter Lab79.3509-33.273348.0027
CIE-Lab83.4243-33.334780.9007

#bcde0e color RGB value is (188,222,14).

#bcde0e hex color red value is 188, green value is 222 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bcde0e hue: 0.19 , saturation: 0.88 and the lightness value of bcde0e is 0.46.

The process color (four color CMYK) of #bcde0e color hex is 0.15, 0.00, 0.94, 0.13. Web safe color of #bcde0e is #cccc00. Color #bcde0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 00001110
Octal 274 336 16
Decimal 188 222 14
Hex BC DE E

RGB Percentages of Color #bcde0e

%44.34
%52.36
%3.30

CMYK Percentages of Color #bcde0e

%15
%0
%94
%13

Triadic Colors of #bcde0e

#bcde0e #0ebcde #de0ebc

Analogous Colors of #bcde0e

#bcde0e #54de0e #de980e

Monochromatic Colors of #bcde0e

#bcde0e

Complementary Color

#bcde0e #300ede

#bcde0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde0e Color CSS Codes

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

#bcde0e Text Font Color

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

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


#bcde0e Background Color

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

This div background color is #bcde0e


#bcde0e Border Color

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

This div border color is #bcde0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde0e


Comments

No comments written yet.

Please login to write comment.