Color Hex Logo

#bcfd3e Color Hex

#BCFD3E
(188,253,62)
0 Favorites   0 Comments

Color spaces of #bcfd3e

RGB 18825362
HSL0.220.980.62
HSV80°75°99°
CMYK 0.260.000.75   0.01
XYZ56.733881.289717.2577
Yxy81.28970.36540.5235
Hunter Lab90.1608-45.460051.7638
CIE-Lab92.2605-45.650578.4201

#bcfd3e color RGB value is (188,253,62).

#bcfd3e hex color red value is 188, green value is 253 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bcfd3e hue: 0.22 , saturation: 0.98 and the lightness value of bcfd3e is 0.62.

The process color (four color CMYK) of #bcfd3e color hex is 0.26, 0.00, 0.75, 0.01. Web safe color of #bcfd3e is #ccff33. Color #bcfd3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 00111110
Octal 274 375 76
Decimal 188 253 62
Hex BC FD 3E

RGB Percentages of Color #bcfd3e

%37.38
%50.30
%12.33

CMYK Percentages of Color #bcfd3e

%26
%0
%75
%1

Triadic Colors of #bcfd3e

#bcfd3e #3ebcfd #fd3ebc

Analogous Colors of #bcfd3e

#bcfd3e #5dfd3e #fddf3e

Monochromatic Colors of #bcfd3e

#bcfd3e

Complementary Color

#bcfd3e #7f3efd

#bcfd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfd3e Color CSS Codes

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

#bcfd3e Text Font Color

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

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


#bcfd3e Background Color

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

This div background color is #bcfd3e


#bcfd3e Border Color

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

This div border color is #bcfd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfd3e


Comments

No comments written yet.

Please login to write comment.