Color Hex Logo

#bcec4d Color Hex

#BCEC4D
(188,236,77)
0 Favorites   0 Comments

Color spaces of #bcec4d

RGB 18823677
HSL0.220.810.61
HSV78°67°93°
CMYK 0.200.000.67   0.07
XYZ52.074071.218118.0231
Yxy71.21810.36850.5040
Hunter Lab84.3908-37.539146.4112
CIE-Lab87.5909-37.379768.7921

#bcec4d color RGB value is (188,236,77).

#bcec4d hex color red value is 188, green value is 236 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bcec4d hue: 0.22 , saturation: 0.81 and the lightness value of bcec4d is 0.61.

The process color (four color CMYK) of #bcec4d color hex is 0.20, 0.00, 0.67, 0.07. Web safe color of #bcec4d is #ccff66. Color #bcec4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01001101
Octal 274 354 115
Decimal 188 236 77
Hex BC EC 4D

RGB Percentages of Color #bcec4d

%37.52
%47.11
%15.37

CMYK Percentages of Color #bcec4d

%20
%0
%67
%7

Triadic Colors of #bcec4d

#bcec4d #4dbcec #ec4dbc

Analogous Colors of #bcec4d

#bcec4d #6dec4d #eccd4d

Monochromatic Colors of #bcec4d

#bcec4d

Complementary Color

#bcec4d #7d4dec

#bcec4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec4d Color CSS Codes

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

#bcec4d Text Font Color

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

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


#bcec4d Background Color

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

This div background color is #bcec4d


#bcec4d Border Color

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

This div border color is #bcec4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,236,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 #bcec4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec4d


Comments

No comments written yet.

Please login to write comment.