Color Hex Logo

#bcf90a Color Hex

#BCF90A
(188,249,10)
0 Favorites   0 Comments

Color spaces of #bcf90a

RGB 18824910
HSL0.210.950.51
HSV75°96°98°
CMYK 0.240.000.96   0.02
XYZ54.669578.464612.5510
Yxy78.46460.37530.5386
Hunter Lab88.5802-44.849753.6053
CIE-Lab90.9915-45.350087.1330

#bcf90a color RGB value is (188,249,10).

#bcf90a hex color red value is 188, green value is 249 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bcf90a hue: 0.21 , saturation: 0.95 and the lightness value of bcf90a is 0.51.

The process color (four color CMYK) of #bcf90a color hex is 0.24, 0.00, 0.96, 0.02. Web safe color of #bcf90a is #ccff00. Color #bcf90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 00001010
Octal 274 371 12
Decimal 188 249 10
Hex BC F9 A

RGB Percentages of Color #bcf90a

%42.06
%55.70
%2.24

CMYK Percentages of Color #bcf90a

%24
%0
%96
%2

Triadic Colors of #bcf90a

#bcf90a #0abcf9 #f90abc

Analogous Colors of #bcf90a

#bcf90a #45f90a #f9bf0a

Monochromatic Colors of #bcf90a

#bcf90a

Complementary Color

#bcf90a #470af9

#bcf90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf90a Color CSS Codes

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

#bcf90a Text Font Color

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

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


#bcf90a Background Color

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

This div background color is #bcf90a


#bcf90a Border Color

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

This div border color is #bcf90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf90a


Comments

No comments written yet.

Please login to write comment.