Color Hex Logo

#bce36c Color Hex

#BCE36C
(188,227,108)
0 Favorites   0 Comments

Color spaces of #bce36c

RGB 188227108
HSL0.220.680.66
HSV80°52°89°
CMYK 0.170.000.52   0.11
XYZ50.914966.712224.3806
Yxy66.71220.35850.4698
Hunter Lab81.6775-31.665139.4763
CIE-Lab85.3584-30.815453.3076

#bce36c color RGB value is (188,227,108).

#bce36c hex color red value is 188, green value is 227 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bce36c hue: 0.22 , saturation: 0.68 and the lightness value of bce36c is 0.66.

The process color (four color CMYK) of #bce36c color hex is 0.17, 0.00, 0.52, 0.11. Web safe color of #bce36c is #cccc66. Color #bce36c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 01101100
Octal 274 343 154
Decimal 188 227 108
Hex BC E3 6C

RGB Percentages of Color #bce36c

%35.95
%43.40
%20.65

CMYK Percentages of Color #bce36c

%17
%0
%52
%11

Triadic Colors of #bce36c

#bce36c #6cbce3 #e36cbc

Analogous Colors of #bce36c

#bce36c #81e36c #e3cf6c

Monochromatic Colors of #bce36c

#bce36c

Complementary Color

#bce36c #936ce3

#bce36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce36c Color CSS Codes

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

#bce36c Text Font Color

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

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


#bce36c Background Color

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

This div background color is #bce36c


#bce36c Border Color

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

This div border color is #bce36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce36c


Comments

No comments written yet.

Please login to write comment.