Color Hex Logo

#bcfb77 Color Hex

#BCFB77
(188,251,119)
0 Favorites   0 Comments

Color spaces of #bcfb77

RGB 188251119
HSL0.250.940.73
HSV89°53°98°
CMYK 0.250.000.53   0.02
XYZ58.566081.017630.0040
Yxy81.01760.34530.4777
Hunter Lab90.0098-41.373843.2430
CIE-Lab92.1395-40.645356.2998

#bcfb77 color RGB value is (188,251,119).

#bcfb77 hex color red value is 188, green value is 251 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bcfb77 hue: 0.25 , saturation: 0.94 and the lightness value of bcfb77 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 01110111
Octal 274 373 167
Decimal 188 251 119
Hex BC FB 77

RGB Percentages of Color #bcfb77

%33.69
%44.98
%21.33

CMYK Percentages of Color #bcfb77

%25
%0
%53
%2

Triadic Colors of #bcfb77

#bcfb77 #77bcfb #fb77bc

Analogous Colors of #bcfb77

#bcfb77 #7afb77 #fbf877

Monochromatic Colors of #bcfb77

#bcfb77

Complementary Color

#bcfb77 #b677fb

#bcfb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb77 Color CSS Codes

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

#bcfb77 Text Font Color

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

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


#bcfb77 Background Color

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

This div background color is #bcfb77


#bcfb77 Border Color

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

This div border color is #bcfb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb77

Related Colors


Comments

No comments written yet.

Please login to write comment.