Color Hex Logo

#bcfb9a Color Hex

#BCFB9A
(188,251,154)
0 Favorites   0 Comments

Color spaces of #bcfb9a

RGB 188251154
HSL0.270.920.79
HSV99°39°98°
CMYK 0.250.000.39   0.02
XYZ61.069082.018843.1844
Yxy82.01880.32780.4403
Hunter Lab90.5642-38.121835.1233
CIE-Lab92.5832-36.580540.2682

#bcfb9a color RGB value is (188,251,154).

#bcfb9a hex color red value is 188, green value is 251 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcfb9a hue: 0.27 , saturation: 0.92 and the lightness value of bcfb9a is 0.79.

The process color (four color CMYK) of #bcfb9a color hex is 0.25, 0.00, 0.39, 0.02. Web safe color of #bcfb9a is #ccff99. Color #bcfb9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 10011010
Octal 274 373 232
Decimal 188 251 154
Hex BC FB 9A

RGB Percentages of Color #bcfb9a

%31.70
%42.33
%25.97

CMYK Percentages of Color #bcfb9a

%25
%0
%39
%2

Triadic Colors of #bcfb9a

#bcfb9a #9abcfb #fb9abc

Analogous Colors of #bcfb9a

#bcfb9a #9afba9 #edfb9a

Monochromatic Colors of #bcfb9a

#bcfb9a

Complementary Color

#bcfb9a #d99afb

#bcfb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb9a Color CSS Codes

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

#bcfb9a Text Font Color

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

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


#bcfb9a Background Color

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

This div background color is #bcfb9a


#bcfb9a Border Color

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

This div border color is #bcfb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb9a

Related Colors


Comments

No comments written yet.

Please login to write comment.