Color Hex Logo

#bcf80a Color Hex

#BCF80A
(188,248,10)
0 Favorites   0 Comments

Color spaces of #bcf80a

RGB 18824810
HSL0.210.940.51
HSV75°96°97°
CMYK 0.240.000.96   0.03
XYZ54.361277.848112.4482
Yxy77.84810.37580.5382
Hunter Lab88.2316-44.427953.3971
CIE-Lab90.7105-44.922286.9151

#bcf80a color RGB value is (188,248,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00001010
Octal 274 370 12
Decimal 188 248 10
Hex BC F8 A

RGB Percentages of Color #bcf80a

%42.15
%55.61
%2.24

CMYK Percentages of Color #bcf80a

%24
%0
%96
%3

Triadic Colors of #bcf80a

#bcf80a #0abcf8 #f80abc

Analogous Colors of #bcf80a

#bcf80a #45f80a #f8bd0a

Monochromatic Colors of #bcf80a

#bcf80a

Complementary Color

#bcf80a #460af8

#bcf80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf80a Color CSS Codes

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

#bcf80a Text Font Color

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

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


#bcf80a Background Color

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

This div background color is #bcf80a


#bcf80a Border Color

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

This div border color is #bcf80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf80a


Comments

No comments written yet.

Please login to write comment.