Color Hex Logo

#bcfc81 Color Hex

#BCFC81
(188,252,129)
0 Favorites   0 Comments

Color spaces of #bcfc81

RGB 188252129
HSL0.250.950.75
HSV91°49°99°
CMYK 0.250.000.49   0.01
XYZ59.511981.897233.4400
Yxy81.89720.34040.4684
Hunter Lab90.4971-40.986341.4394
CIE-Lab92.5295-40.047752.1825

#bcfc81 color RGB value is (188,252,129).

#bcfc81 hex color red value is 188, green value is 252 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcfc81 hue: 0.25 , saturation: 0.95 and the lightness value of bcfc81 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10000001
Octal 274 374 201
Decimal 188 252 129
Hex BC FC 81

RGB Percentages of Color #bcfc81

%33.04
%44.29
%22.67

CMYK Percentages of Color #bcfc81

%25
%0
%49
%1

Triadic Colors of #bcfc81

#bcfc81 #81bcfc #fc81bc

Analogous Colors of #bcfc81

#bcfc81 #81fc84 #fafc81

Monochromatic Colors of #bcfc81

#bcfc81

Complementary Color

#bcfc81 #c181fc

#bcfc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc81 Color CSS Codes

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

#bcfc81 Text Font Color

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

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


#bcfc81 Background Color

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

This div background color is #bcfc81


#bcfc81 Border Color

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

This div border color is #bcfc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc81


Comments

No comments written yet.

Please login to write comment.