Color Hex Logo

#bcfb6d Color Hex

#BCFB6D
(188,251,109)
0 Favorites   0 Comments

Color spaces of #bcfb6d

RGB 188251109
HSL0.240.950.71
HSV87°57°98°
CMYK 0.250.000.57   0.02
XYZ57.996580.789927.0053
Yxy80.78990.34980.4873
Hunter Lab89.8832-42.119745.1046
CIE-Lab92.0381-41.591860.6138

#bcfb6d color RGB value is (188,251,109).

#bcfb6d hex color red value is 188, green value is 251 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcfb6d hue: 0.24 , saturation: 0.95 and the lightness value of bcfb6d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 01101101
Octal 274 373 155
Decimal 188 251 109
Hex BC FB 6D

RGB Percentages of Color #bcfb6d

%34.31
%45.80
%19.89

CMYK Percentages of Color #bcfb6d

%25
%0
%57
%2

Triadic Colors of #bcfb6d

#bcfb6d #6dbcfb #fb6dbc

Analogous Colors of #bcfb6d

#bcfb6d #75fb6d #fbf36d

Monochromatic Colors of #bcfb6d

#bcfb6d

Complementary Color

#bcfb6d #ac6dfb

#bcfb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb6d Color CSS Codes

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

#bcfb6d Text Font Color

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

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


#bcfb6d Background Color

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

This div background color is #bcfb6d


#bcfb6d Border Color

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

This div border color is #bcfb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb6d


Comments

No comments written yet.

Please login to write comment.