Color Hex Logo

#bcef6e Color Hex

#BCEF6E
(188,239,110)
0 Favorites   0 Comments

Color spaces of #bcef6e

RGB 188239110
HSL0.230.800.68
HSV84°54°94°
CMYK 0.210.000.54   0.06
XYZ54.420073.550226.0802
Yxy73.55020.35330.4774
Hunter Lab85.7614-36.815142.0028
CIE-Lab88.7095-36.147356.3263

#bcef6e color RGB value is (188,239,110).

#bcef6e hex color red value is 188, green value is 239 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bcef6e hue: 0.23 , saturation: 0.80 and the lightness value of bcef6e is 0.68.

The process color (four color CMYK) of #bcef6e color hex is 0.21, 0.00, 0.54, 0.06. Web safe color of #bcef6e is #ccff66. Color #bcef6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01101110
Octal 274 357 156
Decimal 188 239 110
Hex BC EF 6E

RGB Percentages of Color #bcef6e

%35.01
%44.51
%20.48

CMYK Percentages of Color #bcef6e

%21
%0
%54
%6

Triadic Colors of #bcef6e

#bcef6e #6ebcef #ef6ebc

Analogous Colors of #bcef6e

#bcef6e #7cef6e #efe26e

Monochromatic Colors of #bcef6e

#bcef6e

Complementary Color

#bcef6e #a16eef

#bcef6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef6e Color CSS Codes

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

#bcef6e Text Font Color

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

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


#bcef6e Background Color

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

This div background color is #bcef6e


#bcef6e Border Color

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

This div border color is #bcef6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef6e


Comments

No comments written yet.

Please login to write comment.