Color Hex Logo

#bcf48d Color Hex

#BCF48D
(188,244,141)
0 Favorites   0 Comments

Color spaces of #bcf48d

RGB 188244141
HSL0.260.820.75
HSV93°42°96°
CMYK 0.230.000.42   0.04
XYZ57.897477.315837.0712
Yxy77.31580.33610.4488
Hunter Lab87.9294-36.342636.5538
CIE-Lab90.4668-35.060443.9087

#bcf48d color RGB value is (188,244,141).

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

The process color (four color CMYK) of #bcf48d color hex is 0.23, 0.00, 0.42, 0.04. Web safe color of #bcf48d is #ccff99. Color #bcf48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 10001101
Octal 274 364 215
Decimal 188 244 141
Hex BC F4 8D

RGB Percentages of Color #bcf48d

%32.81
%42.58
%24.61

CMYK Percentages of Color #bcf48d

%23
%0
%42
%4

Triadic Colors of #bcf48d

#bcf48d #8dbcf4 #f48dbc

Analogous Colors of #bcf48d

#bcf48d #8df492 #f0f48d

Monochromatic Colors of #bcf48d

#bcf48d

Complementary Color

#bcf48d #c58df4

#bcf48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf48d Color CSS Codes

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

#bcf48d Text Font Color

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

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


#bcf48d Background Color

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

This div background color is #bcf48d


#bcf48d Border Color

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

This div border color is #bcf48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf48d


Comments

No comments written yet.

Please login to write comment.