Color Hex Logo

#bce76f Color Hex

#BCE76F
(188,231,111)
0 Favorites   0 Comments

Color spaces of #bce76f

RGB 188231111
HSL0.230.710.67
HSV82°52°91°
CMYK 0.190.000.52   0.09
XYZ52.184268.990925.6051
Yxy68.99090.35550.4700
Hunter Lab83.0608-33.211039.8652
CIE-Lab86.4995-32.387353.2749

#bce76f color RGB value is (188,231,111).

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

The process color (four color CMYK) of #bce76f color hex is 0.19, 0.00, 0.52, 0.09. Web safe color of #bce76f is #ccff66. Color #bce76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 01101111
Octal 274 347 157
Decimal 188 231 111
Hex BC E7 6F

RGB Percentages of Color #bce76f

%35.47
%43.58
%20.94

CMYK Percentages of Color #bce76f

%19
%0
%52
%9

Triadic Colors of #bce76f

#bce76f #6fbce7 #e76fbc

Analogous Colors of #bce76f

#bce76f #80e76f #e7d66f

Monochromatic Colors of #bce76f

#bce76f

Complementary Color

#bce76f #9a6fe7

#bce76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce76f Color CSS Codes

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

#bce76f Text Font Color

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

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


#bce76f Background Color

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

This div background color is #bce76f


#bce76f Border Color

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

This div border color is #bce76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce76f


Comments

No comments written yet.

Please login to write comment.