Color Hex Logo

#bcf76e Color Hex

#BCF76E
(188,247,110)
0 Favorites   0 Comments

Color spaces of #bcf76e

RGB 188247110
HSL0.240.900.70
HSV86°55°97°
CMYK 0.240.000.55   0.03
XYZ56.814378.338726.8783
Yxy78.33870.35060.4835
Hunter Lab88.5092-40.311343.9513
CIE-Lab90.9342-39.735058.9078

#bcf76e color RGB value is (188,247,110).

#bcf76e hex color red value is 188, green value is 247 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bcf76e hue: 0.24 , saturation: 0.90 and the lightness value of bcf76e is 0.70.

The process color (four color CMYK) of #bcf76e color hex is 0.24, 0.00, 0.55, 0.03. Web safe color of #bcf76e is #ccff66. Color #bcf76e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 01101110
Octal 274 367 156
Decimal 188 247 110
Hex BC F7 6E

RGB Percentages of Color #bcf76e

%34.50
%45.32
%20.18

CMYK Percentages of Color #bcf76e

%24
%0
%55
%3

Triadic Colors of #bcf76e

#bcf76e #6ebcf7 #f76ebc

Analogous Colors of #bcf76e

#bcf76e #78f76e #f7ee6e

Monochromatic Colors of #bcf76e

#bcf76e

Complementary Color

#bcf76e #a96ef7

#bcf76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf76e Color CSS Codes

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

#bcf76e Text Font Color

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

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


#bcf76e Background Color

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

This div background color is #bcf76e


#bcf76e Border Color

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

This div border color is #bcf76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf76e


Comments

No comments written yet.

Please login to write comment.