Color Hex Logo

#bcec55 Color Hex

#BCEC55
(188,236,85)
0 Favorites   0 Comments

Color spaces of #bcec55

RGB 18823685
HSL0.220.800.63
HSV79°64°93°
CMYK 0.200.000.64   0.07
XYZ52.374271.338119.6036
Yxy71.33810.36540.4978
Hunter Lab84.4619-37.121745.3621
CIE-Lab87.6490-36.845665.7719

#bcec55 color RGB value is (188,236,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01010101
Octal 274 354 125
Decimal 188 236 85
Hex BC EC 55

RGB Percentages of Color #bcec55

%36.94
%46.37
%16.70

CMYK Percentages of Color #bcec55

%20
%0
%64
%7

Triadic Colors of #bcec55

#bcec55 #55bcec #ec55bc

Analogous Colors of #bcec55

#bcec55 #71ec55 #ecd155

Monochromatic Colors of #bcec55

#bcec55

Complementary Color

#bcec55 #8555ec

#bcec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec55 Color CSS Codes

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

#bcec55 Text Font Color

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

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


#bcec55 Background Color

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

This div background color is #bcec55


#bcec55 Border Color

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

This div border color is #bcec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec55


Comments

No comments written yet.

Please login to write comment.