Color Hex Logo

#bcfc9b Color Hex

#BCFC9B
(188,252,155)
0 Favorites   0 Comments

Color spaces of #bcfc9b

RGB 188252155
HSL0.280.940.80
HSV100°38°99°
CMYK 0.250.000.38   0.01
XYZ61.465882.678743.7293
Yxy82.67870.32720.4401
Hunter Lab90.9278-38.460535.1355
CIE-Lab92.8736-36.899940.1535

#bcfc9b color RGB value is (188,252,155).

#bcfc9b hex color red value is 188, green value is 252 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bcfc9b hue: 0.28 , saturation: 0.94 and the lightness value of bcfc9b is 0.80.

The process color (four color CMYK) of #bcfc9b color hex is 0.25, 0.00, 0.38, 0.01. Web safe color of #bcfc9b is #ccff99. Color #bcfc9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10011011
Octal 274 374 233
Decimal 188 252 155
Hex BC FC 9B

RGB Percentages of Color #bcfc9b

%31.60
%42.35
%26.05

CMYK Percentages of Color #bcfc9b

%25
%0
%38
%1

Triadic Colors of #bcfc9b

#bcfc9b #9bbcfc #fc9bbc

Analogous Colors of #bcfc9b

#bcfc9b #9bfcab #edfc9b

Monochromatic Colors of #bcfc9b

#bcfc9b

Complementary Color

#bcfc9b #db9bfc

#bcfc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc9b Color CSS Codes

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

#bcfc9b Text Font Color

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

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


#bcfc9b Background Color

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

This div background color is #bcfc9b


#bcfc9b Border Color

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

This div border color is #bcfc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc9b


Comments

No comments written yet.

Please login to write comment.