Color Hex Logo

#bcf03a Color Hex

#BCF03A
(188,240,58)
0 Favorites   0 Comments

Color spaces of #bcf03a

RGB 18824058
HSL0.210.860.58
HSV77°76°94°
CMYK 0.220.000.76   0.06
XYZ52.662873.317015.3790
Yxy73.31700.37250.5187
Hunter Lab85.6253-40.060249.2888
CIE-Lab88.5987-40.187576.1861

#bcf03a color RGB value is (188,240,58).

#bcf03a hex color red value is 188, green value is 240 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bcf03a hue: 0.21 , saturation: 0.86 and the lightness value of bcf03a is 0.58.

The process color (four color CMYK) of #bcf03a color hex is 0.22, 0.00, 0.76, 0.06. Web safe color of #bcf03a is #ccff33. Color #bcf03a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00111010
Octal 274 360 72
Decimal 188 240 58
Hex BC F0 3A

RGB Percentages of Color #bcf03a

%38.68
%49.38
%11.93

CMYK Percentages of Color #bcf03a

%22
%0
%76
%6

Triadic Colors of #bcf03a

#bcf03a #3abcf0 #f03abc

Analogous Colors of #bcf03a

#bcf03a #61f03a #f0c93a

Monochromatic Colors of #bcf03a

#bcf03a

Complementary Color

#bcf03a #6e3af0

#bcf03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf03a Color CSS Codes

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

#bcf03a Text Font Color

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

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


#bcf03a Background Color

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

This div background color is #bcf03a


#bcf03a Border Color

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

This div border color is #bcf03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf03a


Comments

No comments written yet.

Please login to write comment.