Color Hex Logo

#bcfa63 Color Hex

#BCFA63
(188,250,99)
0 Favorites   0 Comments

Color spaces of #bcfa63

RGB 18825099
HSL0.240.940.68
HSV85°60°98°
CMYK 0.250.000.60   0.02
XYZ57.176879.963424.2253
Yxy79.96340.35430.4955
Hunter Lab89.4223-42.355646.5334
CIE-Lab91.6684-42.005864.4454

#bcfa63 color RGB value is (188,250,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 01100011
Octal 274 372 143
Decimal 188 250 99
Hex BC FA 63

RGB Percentages of Color #bcfa63

%35.01
%46.55
%18.44

CMYK Percentages of Color #bcfa63

%25
%0
%60
%2

Triadic Colors of #bcfa63

#bcfa63 #63bcfa #fa63bc

Analogous Colors of #bcfa63

#bcfa63 #71fa63 #faed63

Monochromatic Colors of #bcfa63

#bcfa63

Complementary Color

#bcfa63 #a163fa

#bcfa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfa63 Color CSS Codes

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

#bcfa63 Text Font Color

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

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


#bcfa63 Background Color

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

This div background color is #bcfa63


#bcfa63 Border Color

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

This div border color is #bcfa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfa63


Comments

No comments written yet.

Please login to write comment.