Color Hex Logo

#bcee0a Color Hex

#BCEE0A
(188,238,10)
0 Favorites   0 Comments

Color spaces of #bcee0a

RGB 18823810
HSL0.200.920.49
HSV73°96°93°
CMYK 0.210.000.96   0.07
XYZ51.368471.862411.4506
Yxy71.86240.38140.5336
Hunter Lab84.7717-40.186351.3315
CIE-Lab87.9023-40.578484.7389

#bcee0a color RGB value is (188,238,10).

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

The process color (four color CMYK) of #bcee0a color hex is 0.21, 0.00, 0.96, 0.07. Web safe color of #bcee0a is #ccff00. Color #bcee0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 00001010
Octal 274 356 12
Decimal 188 238 10
Hex BC EE A

RGB Percentages of Color #bcee0a

%43.12
%54.59
%2.29

CMYK Percentages of Color #bcee0a

%21
%0
%96
%7

Triadic Colors of #bcee0a

#bcee0a #0abcee #ee0abc

Analogous Colors of #bcee0a

#bcee0a #4aee0a #eeae0a

Monochromatic Colors of #bcee0a

#bcee0a

Complementary Color

#bcee0a #3c0aee

#bcee0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee0a Color CSS Codes

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

#bcee0a Text Font Color

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

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


#bcee0a Background Color

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

This div background color is #bcee0a


#bcee0a Border Color

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

This div border color is #bcee0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee0a


Comments

No comments written yet.

Please login to write comment.