Color Hex Logo

#bcec6c Color Hex

#BCEC6C
(188,236,108)
0 Favorites   0 Comments

Color spaces of #bcec6c

RGB 188236108
HSL0.230.770.67
HSV83°54°93°
CMYK 0.200.000.54   0.07
XYZ53.441371.765025.2227
Yxy71.76500.35530.4771
Hunter Lab84.7142-35.644641.6470
CIE-Lab87.8554-34.969756.2302

#bcec6c color RGB value is (188,236,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01101100
Octal 274 354 154
Decimal 188 236 108
Hex BC EC 6C

RGB Percentages of Color #bcec6c

%35.34
%44.36
%20.30

CMYK Percentages of Color #bcec6c

%20
%0
%54
%7

Triadic Colors of #bcec6c

#bcec6c #6cbcec #ec6cbc

Analogous Colors of #bcec6c

#bcec6c #7cec6c #ecdc6c

Monochromatic Colors of #bcec6c

#bcec6c

Complementary Color

#bcec6c #9c6cec

#bcec6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec6c Color CSS Codes

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

#bcec6c Text Font Color

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

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


#bcec6c Background Color

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

This div background color is #bcec6c


#bcec6c Border Color

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

This div border color is #bcec6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec6c


Comments

No comments written yet.

Please login to write comment.