Color Hex Logo

#bcec6d Color Hex

#BCEC6D
(188,236,109)
0 Favorites   0 Comments

Color spaces of #bcec6d

RGB 188236109
HSL0.230.770.68
HSV83°54°93°
CMYK 0.200.000.54   0.07
XYZ53.494871.786425.5047
Yxy71.78640.35480.4761
Hunter Lab84.7269-35.570841.4612
CIE-Lab87.8657-34.876655.7919

#bcec6d color RGB value is (188,236,109).

#bcec6d hex color red value is 188, green value is 236 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcec6d hue: 0.23 , saturation: 0.77 and the lightness value of bcec6d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01101101
Octal 274 354 155
Decimal 188 236 109
Hex BC EC 6D

RGB Percentages of Color #bcec6d

%35.27
%44.28
%20.45

CMYK Percentages of Color #bcec6d

%20
%0
%54
%7

Triadic Colors of #bcec6d

#bcec6d #6dbcec #ec6dbc

Analogous Colors of #bcec6d

#bcec6d #7dec6d #ecdd6d

Monochromatic Colors of #bcec6d

#bcec6d

Complementary Color

#bcec6d #9d6dec

#bcec6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec6d Color CSS Codes

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

#bcec6d Text Font Color

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

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


#bcec6d Background Color

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

This div background color is #bcec6d


#bcec6d Border Color

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

This div border color is #bcec6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec6d


Comments

No comments written yet.

Please login to write comment.