Color Hex Logo

#bcec85 Color Hex

#BCEC85
(188,236,133)
0 Favorites   0 Comments

Color spaces of #bcec85

RGB 188236133
HSL0.240.730.72
HSV88°44°93°
CMYK 0.200.000.44   0.07
XYZ54.968172.375733.2631
Yxy72.37570.34230.4506
Hunter Lab85.0739-33.546636.3699
CIE-Lab88.1491-32.342744.8685

#bcec85 color RGB value is (188,236,133).

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

The process color (four color CMYK) of #bcec85 color hex is 0.20, 0.00, 0.44, 0.07. Web safe color of #bcec85 is #ccff99. Color #bcec85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10000101
Octal 274 354 205
Decimal 188 236 133
Hex BC EC 85

RGB Percentages of Color #bcec85

%33.75
%42.37
%23.88

CMYK Percentages of Color #bcec85

%20
%0
%44
%7

Triadic Colors of #bcec85

#bcec85 #85bcec #ec85bc

Analogous Colors of #bcec85

#bcec85 #89ec85 #ece985

Monochromatic Colors of #bcec85

#bcec85

Complementary Color

#bcec85 #b585ec

#bcec85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec85 Color CSS Codes

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

#bcec85 Text Font Color

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

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


#bcec85 Background Color

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

This div background color is #bcec85


#bcec85 Border Color

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

This div border color is #bcec85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec85


Comments

No comments written yet.

Please login to write comment.