Color Hex Logo

#bcfa57 Color Hex

#BCFA57
(188,250,87)
0 Favorites   0 Comments

Color spaces of #bcfa57

RGB 18825087
HSL0.230.940.66
HSV83°65°98°
CMYK 0.250.000.65   0.02
XYZ56.644979.750721.4247
Yxy79.75070.35890.5053
Hunter Lab89.3032-43.058448.2880
CIE-Lab91.5729-42.906869.1432

#bcfa57 color RGB value is (188,250,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 01010111
Octal 274 372 127
Decimal 188 250 87
Hex BC FA 57

RGB Percentages of Color #bcfa57

%35.81
%47.62
%16.57

CMYK Percentages of Color #bcfa57

%25
%0
%65
%2

Triadic Colors of #bcfa57

#bcfa57 #57bcfa #fa57bc

Analogous Colors of #bcfa57

#bcfa57 #6bfa57 #fae757

Monochromatic Colors of #bcfa57

#bcfa57

Complementary Color

#bcfa57 #9557fa

#bcfa57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfa57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfa57 Color CSS Codes

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

#bcfa57 Text Font Color

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

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


#bcfa57 Background Color

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

This div background color is #bcfa57


#bcfa57 Border Color

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

This div border color is #bcfa57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfa57

Related Colors


Comments

No comments written yet.

Please login to write comment.