Color Hex Logo

#bcee7f Color Hex

#BCEE7F
(188,238,127)
0 Favorites   0 Comments

Color spaces of #bcee7f

RGB 188238127
HSL0.240.770.72
HSV87°47°93°
CMYK 0.210.000.47   0.07
XYZ55.144373.372731.3346
Yxy73.37270.34500.4590
Hunter Lab85.6579-34.987638.2716
CIE-Lab88.6252-33.950048.3444

#bcee7f color RGB value is (188,238,127).

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

The process color (four color CMYK) of #bcee7f color hex is 0.21, 0.00, 0.47, 0.07. Web safe color of #bcee7f is #ccff66. Color #bcee7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 01111111
Octal 274 356 177
Decimal 188 238 127
Hex BC EE 7F

RGB Percentages of Color #bcee7f

%34.00
%43.04
%22.97

CMYK Percentages of Color #bcee7f

%21
%0
%47
%7

Triadic Colors of #bcee7f

#bcee7f #7fbcee #ee7fbc

Analogous Colors of #bcee7f

#bcee7f #85ee7f #eee97f

Monochromatic Colors of #bcee7f

#bcee7f

Complementary Color

#bcee7f #b17fee

#bcee7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee7f Color CSS Codes

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

#bcee7f Text Font Color

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

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


#bcee7f Background Color

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

This div background color is #bcee7f


#bcee7f Border Color

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

This div border color is #bcee7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee7f


Comments

No comments written yet.

Please login to write comment.