Color Hex Logo

#bcfa5a Color Hex

#BCFA5A
(188,250,90)
0 Favorites   0 Comments

Color spaces of #bcfa5a

RGB 18825090
HSL0.230.940.67
HSV83°64°98°
CMYK 0.250.000.64   0.02
XYZ56.770179.800822.0838
Yxy79.80080.35780.5030
Hunter Lab89.3313-42.892947.8747
CIE-Lab91.5954-42.694168.0012

#bcfa5a color RGB value is (188,250,90).

#bcfa5a hex color red value is 188, green value is 250 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bcfa5a hue: 0.23 , saturation: 0.94 and the lightness value of bcfa5a is 0.67.

The process color (four color CMYK) of #bcfa5a color hex is 0.25, 0.00, 0.64, 0.02. Web safe color of #bcfa5a is #ccff66. Color #bcfa5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 01011010
Octal 274 372 132
Decimal 188 250 90
Hex BC FA 5A

RGB Percentages of Color #bcfa5a

%35.61
%47.35
%17.05

CMYK Percentages of Color #bcfa5a

%25
%0
%64
%2

Triadic Colors of #bcfa5a

#bcfa5a #5abcfa #fa5abc

Analogous Colors of #bcfa5a

#bcfa5a #6cfa5a #fae85a

Monochromatic Colors of #bcfa5a

#bcfa5a

Complementary Color

#bcfa5a #985afa

#bcfa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfa5a Color CSS Codes

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

#bcfa5a Text Font Color

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

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


#bcfa5a Background Color

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

This div background color is #bcfa5a


#bcfa5a Border Color

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

This div border color is #bcfa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfa5a


Comments

No comments written yet.

Please login to write comment.