Color Hex Logo

#bcfd6d Color Hex

#BCFD6D
(188,253,109)
0 Favorites   0 Comments

Color spaces of #bcfd6d

RGB 188253109
HSL0.240.970.71
HSV87°57°99°
CMYK 0.260.000.57   0.01
XYZ58.624682.046127.2146
Yxy82.04610.34920.4887
Hunter Lab90.5793-42.985345.5918
CIE-Lab92.5952-42.467561.2505

#bcfd6d color RGB value is (188,253,109).

#bcfd6d hex color red value is 188, green value is 253 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcfd6d hue: 0.24 , saturation: 0.97 and the lightness value of bcfd6d is 0.71.

The process color (four color CMYK) of #bcfd6d color hex is 0.26, 0.00, 0.57, 0.01. Web safe color of #bcfd6d is #ccff66. Color #bcfd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 01101101
Octal 274 375 155
Decimal 188 253 109
Hex BC FD 6D

RGB Percentages of Color #bcfd6d

%34.18
%46.00
%19.82

CMYK Percentages of Color #bcfd6d

%26
%0
%57
%1

Triadic Colors of #bcfd6d

#bcfd6d #6dbcfd #fd6dbc

Analogous Colors of #bcfd6d

#bcfd6d #74fd6d #fdf66d

Monochromatic Colors of #bcfd6d

#bcfd6d

Complementary Color

#bcfd6d #ae6dfd

#bcfd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfd6d Color CSS Codes

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

#bcfd6d Text Font Color

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

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


#bcfd6d Background Color

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

This div background color is #bcfd6d


#bcfd6d Border Color

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

This div border color is #bcfd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfd6d

Related Colors


Comments

No comments written yet.

Please login to write comment.