Color Hex Logo

#bcf85b Color Hex

#BCF85B
(188,248,91)
0 Favorites   0 Comments

Color spaces of #bcf85b

RGB 18824891
HSL0.230.920.66
HSV83°63°97°
CMYK 0.240.000.63   0.03
XYZ56.194878.581522.1035
Yxy78.58150.35820.5009
Hunter Lab88.6462-41.975747.2687
CIE-Lab91.0446-41.747267.0166

#bcf85b color RGB value is (188,248,91).

#bcf85b hex color red value is 188, green value is 248 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bcf85b hue: 0.23 , saturation: 0.92 and the lightness value of bcf85b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 01011011
Octal 274 370 133
Decimal 188 248 91
Hex BC F8 5B

RGB Percentages of Color #bcf85b

%35.67
%47.06
%17.27

CMYK Percentages of Color #bcf85b

%24
%0
%63
%3

Triadic Colors of #bcf85b

#bcf85b #5bbcf8 #f85bbc

Analogous Colors of #bcf85b

#bcf85b #6ef85b #f8e65b

Monochromatic Colors of #bcf85b

#bcf85b

Complementary Color

#bcf85b #975bf8

#bcf85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf85b Color CSS Codes

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

#bcf85b Text Font Color

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

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


#bcf85b Background Color

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

This div background color is #bcf85b


#bcf85b Border Color

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

This div border color is #bcf85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf85b


Comments

No comments written yet.

Please login to write comment.