Color Hex Logo

#bcf08b Color Hex

#BCF08B
(188,240,139)
0 Favorites   0 Comments

Color spaces of #bcf08b

RGB 188240139
HSL0.250.770.74
HSV91°42°94°
CMYK 0.220.000.42   0.06
XYZ56.559374.875635.8975
Yxy74.87560.33800.4475
Hunter Lab86.5307-34.755235.9749
CIE-Lab89.3347-33.471543.4465

#bcf08b color RGB value is (188,240,139).

#bcf08b hex color red value is 188, green value is 240 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bcf08b hue: 0.25 , saturation: 0.77 and the lightness value of bcf08b is 0.74.

The process color (four color CMYK) of #bcf08b color hex is 0.22, 0.00, 0.42, 0.06. Web safe color of #bcf08b is #ccff99. Color #bcf08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 10001011
Octal 274 360 213
Decimal 188 240 139
Hex BC F0 8B

RGB Percentages of Color #bcf08b

%33.16
%42.33
%24.51

CMYK Percentages of Color #bcf08b

%22
%0
%42
%6

Triadic Colors of #bcf08b

#bcf08b #8bbcf0 #f08bbc

Analogous Colors of #bcf08b

#bcf08b #8bf08d #eff08b

Monochromatic Colors of #bcf08b

#bcf08b

Complementary Color

#bcf08b #bf8bf0

#bcf08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf08b Color CSS Codes

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

#bcf08b Text Font Color

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

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


#bcf08b Background Color

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

This div background color is #bcf08b


#bcf08b Border Color

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

This div border color is #bcf08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf08b


Comments

No comments written yet.

Please login to write comment.