Color Hex Logo

#bcf78d Color Hex

#BCF78D
(188,247,141)
0 Favorites   0 Comments

Color spaces of #bcf78d

RGB 188247141
HSL0.260.870.76
HSV93°43°97°
CMYK 0.240.000.43   0.03
XYZ58.807579.136037.3746
Yxy79.13600.33540.4514
Hunter Lab88.9584-37.676737.3611
CIE-Lab91.2958-36.424544.9581

#bcf78d color RGB value is (188,247,141).

#bcf78d hex color red value is 188, green value is 247 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bcf78d hue: 0.26 , saturation: 0.87 and the lightness value of bcf78d is 0.76.

The process color (four color CMYK) of #bcf78d color hex is 0.24, 0.00, 0.43, 0.03. Web safe color of #bcf78d is #ccff99. Color #bcf78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 10001101
Octal 274 367 215
Decimal 188 247 141
Hex BC F7 8D

RGB Percentages of Color #bcf78d

%32.64
%42.88
%24.48

CMYK Percentages of Color #bcf78d

%24
%0
%43
%3

Triadic Colors of #bcf78d

#bcf78d #8dbcf7 #f78dbc

Analogous Colors of #bcf78d

#bcf78d #8df793 #f1f78d

Monochromatic Colors of #bcf78d

#bcf78d

Complementary Color

#bcf78d #c88df7

#bcf78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf78d Color CSS Codes

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

#bcf78d Text Font Color

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

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


#bcf78d Background Color

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

This div background color is #bcf78d


#bcf78d Border Color

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

This div border color is #bcf78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf78d


Comments

No comments written yet.

Please login to write comment.