Color Hex Logo

#bcff4d Color Hex

#BCFF4D
(188,255,77)
0 Favorites   0 Comments

Color spaces of #bcff4d

RGB 18825577
HSL0.231.000.65
HSV83°70°100°
CMYK 0.260.000.70   0.00
XYZ57.838682.747219.9446
Yxy82.74720.36030.5155
Hunter Lab90.9655-45.693950.6762
CIE-Lab92.9036-45.707774.1806

#bcff4d color RGB value is (188,255,77).

#bcff4d hex color red value is 188, green value is 255 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bcff4d hue: 0.23 , saturation: 1.00 and the lightness value of bcff4d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 01001101
Octal 274 377 115
Decimal 188 255 77
Hex BC FF 4D

RGB Percentages of Color #bcff4d

%36.15
%49.04
%14.81

CMYK Percentages of Color #bcff4d

%26
%0
%70
%0

Triadic Colors of #bcff4d

#bcff4d #4dbcff #ff4dbc

Analogous Colors of #bcff4d

#bcff4d #63ff4d #ffe94d

Monochromatic Colors of #bcff4d

#bcff4d

Complementary Color

#bcff4d #904dff

#bcff4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff4d Color CSS Codes

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

#bcff4d Text Font Color

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

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


#bcff4d Background Color

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

This div background color is #bcff4d


#bcff4d Border Color

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

This div border color is #bcff4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff4d


Comments

No comments written yet.

Please login to write comment.