Color Hex Logo

#bcfe83 Color Hex

#BCFE83
(188,254,131)
0 Favorites   0 Comments

Color spaces of #bcfe83

RGB 188254131
HSL0.260.980.75
HSV92°48°100°
CMYK 0.260.000.48   0.00
XYZ60.277683.213734.3576
Yxy83.21370.33890.4679
Hunter Lab91.2215-41.688041.5241
CIE-Lab93.1079-40.714351.9567

#bcfe83 color RGB value is (188,254,131).

#bcfe83 hex color red value is 188, green value is 254 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bcfe83 hue: 0.26 , saturation: 0.98 and the lightness value of bcfe83 is 0.75.

The process color (four color CMYK) of #bcfe83 color hex is 0.26, 0.00, 0.48, 0.00. Web safe color of #bcfe83 is #ccff99. Color #bcfe83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10000011
Octal 274 376 203
Decimal 188 254 131
Hex BC FE 83

RGB Percentages of Color #bcfe83

%32.81
%44.33
%22.86

CMYK Percentages of Color #bcfe83

%26
%0
%48
%0

Triadic Colors of #bcfe83

#bcfe83 #83bcfe #fe83bc

Analogous Colors of #bcfe83

#bcfe83 #83fe88 #fafe83

Monochromatic Colors of #bcfe83

#bcfe83

Complementary Color

#bcfe83 #c583fe

#bcfe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe83 Color CSS Codes

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

#bcfe83 Text Font Color

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

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


#bcfe83 Background Color

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

This div background color is #bcfe83


#bcfe83 Border Color

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

This div border color is #bcfe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe83


Comments

No comments written yet.

Please login to write comment.