Color Hex Logo

#bcf836 Color Hex

#BCF836
(188,248,54)
0 Favorites   0 Comments

Color spaces of #bcf836

RGB 18824854
HSL0.220.930.59
HSV79°78°97°
CMYK 0.240.000.78   0.03
XYZ54.972378.092515.6660
Yxy78.09250.36960.5251
Hunter Lab88.3700-43.607951.3482
CIE-Lab90.8221-43.853679.3757

#bcf836 color RGB value is (188,248,54).

#bcf836 hex color red value is 188, green value is 248 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bcf836 hue: 0.22 , saturation: 0.93 and the lightness value of bcf836 is 0.59.

The process color (four color CMYK) of #bcf836 color hex is 0.24, 0.00, 0.78, 0.03. Web safe color of #bcf836 is #ccff33. Color #bcf836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00110110
Octal 274 370 66
Decimal 188 248 54
Hex BC F8 36

RGB Percentages of Color #bcf836

%38.37
%50.61
%11.02

CMYK Percentages of Color #bcf836

%24
%0
%78
%3

Triadic Colors of #bcf836

#bcf836 #36bcf8 #f836bc

Analogous Colors of #bcf836

#bcf836 #5bf836 #f8d336

Monochromatic Colors of #bcf836

#bcf836

Complementary Color

#bcf836 #7236f8

#bcf836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf836 Color CSS Codes

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

#bcf836 Text Font Color

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

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


#bcf836 Background Color

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

This div background color is #bcf836


#bcf836 Border Color

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

This div border color is #bcf836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf836


Comments

No comments written yet.

Please login to write comment.