Color Hex Logo

#bcec77 Color Hex

#BCEC77
(188,236,119)
0 Favorites   0 Comments

Color spaces of #bcec77

RGB 188236119
HSL0.240.750.70
HSV85°50°93°
CMYK 0.200.000.50   0.07
XYZ54.064372.014228.5034
Yxy72.01420.34970.4659
Hunter Lab84.8612-34.786339.4883
CIE-Lab87.9754-33.889851.3272

#bcec77 color RGB value is (188,236,119).

#bcec77 hex color red value is 188, green value is 236 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bcec77 hue: 0.24 , saturation: 0.75 and the lightness value of bcec77 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01110111
Octal 274 354 167
Decimal 188 236 119
Hex BC EC 77

RGB Percentages of Color #bcec77

%34.62
%43.46
%21.92

CMYK Percentages of Color #bcec77

%20
%0
%50
%7

Triadic Colors of #bcec77

#bcec77 #77bcec #ec77bc

Analogous Colors of #bcec77

#bcec77 #82ec77 #ece277

Monochromatic Colors of #bcec77

#bcec77

Complementary Color

#bcec77 #a777ec

#bcec77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec77 Color CSS Codes

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

#bcec77 Text Font Color

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

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


#bcec77 Background Color

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

This div background color is #bcec77


#bcec77 Border Color

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

This div border color is #bcec77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec77


Comments

No comments written yet.

Please login to write comment.