Color Hex Logo

#bce36f Color Hex

#BCE36F
(188,227,111)
0 Favorites   0 Comments

Color spaces of #bce36f

RGB 188227111
HSL0.220.670.66
HSV80°51°89°
CMYK 0.170.000.51   0.11
XYZ51.077466.777225.2362
Yxy66.77720.35700.4667
Hunter Lab81.7173-31.433938.8920
CIE-Lab85.3913-30.525751.9599

#bce36f color RGB value is (188,227,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 01101111
Octal 274 343 157
Decimal 188 227 111
Hex BC E3 6F

RGB Percentages of Color #bce36f

%35.74
%43.16
%21.10

CMYK Percentages of Color #bce36f

%17
%0
%51
%11

Triadic Colors of #bce36f

#bce36f #6fbce3 #e36fbc

Analogous Colors of #bce36f

#bce36f #82e36f #e3d06f

Monochromatic Colors of #bce36f

#bce36f

Complementary Color

#bce36f #966fe3

#bce36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce36f Color CSS Codes

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

#bce36f Text Font Color

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

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


#bce36f Background Color

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

This div background color is #bce36f


#bce36f Border Color

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

This div border color is #bce36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce36f


Comments

No comments written yet.

Please login to write comment.