color codes Logo

#bcf76c color codes

#BCF76C
(188,247,108)
0 Favorites   0 Comments

Color spaces of #bcf76c

RGB 188247108
HSL0.240.900.70
HSV85°56°97°
CMYK 0.240.000.56   0.03
XYZ56.706678.295626.3112
Yxy78.29560.35150.4854
Hunter Lab88.4848-40.454444.3093
CIE-Lab90.9146-39.916859.7627

#bcf76c color RGB value is (188,247,108).

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

The process color (four color CMYK) of #bcf76c color code is 0.24, 0.00, 0.56, 0.03. Web safe color of #bcf76c is #ccff66. Color #bcf76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 01101100
Octal 274 367 154
Decimal 188 247 108
Hex BC F7 6C

RGB Percentages of Color #bcf76c

%34.62
%45.49
%19.89

CMYK Percentages of Color #bcf76c

%24
%0
%56
%3

Triadic Colors of #bcf76c

#bcf76c #6cbcf7 #f76cbc

Analogous Colors of #bcf76c

#bcf76c #77f76c #f7ed6c

Monochromatic Colors of #bcf76c

#bcf76c

Complementary Color

#bcf76c #a76cf7

#bcf76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf76c Color CSS Codes

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

#bcf76c Text Font Color

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

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


#bcf76c Background Color

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

This div background color is #bcf76c


#bcf76c Border Color

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

This div border color is #bcf76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf76c


Comments

No comments written yet.

Please login to write comment.