Color Hex Logo

#bcf58b Color Hex

#BCF58B
(188,245,139)
0 Favorites   0 Comments

Color spaces of #bcf58b

RGB 188245139
HSL0.260.840.75
HSV92°43°96°
CMYK 0.230.000.43   0.04
XYZ58.051677.860336.3950
Yxy77.86030.33690.4519
Hunter Lab88.2385-36.983237.3121
CIE-Lab90.7161-35.759245.1930

#bcf58b color RGB value is (188,245,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 10001011
Octal 274 365 213
Decimal 188 245 139
Hex BC F5 8B

RGB Percentages of Color #bcf58b

%32.87
%42.83
%24.30

CMYK Percentages of Color #bcf58b

%23
%0
%43
%4

Triadic Colors of #bcf58b

#bcf58b #8bbcf5 #f58bbc

Analogous Colors of #bcf58b

#bcf58b #8bf58f #f1f58b

Monochromatic Colors of #bcf58b

#bcf58b

Complementary Color

#bcf58b #c48bf5

#bcf58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf58b Color CSS Codes

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

#bcf58b Text Font Color

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

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


#bcf58b Background Color

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

This div background color is #bcf58b


#bcf58b Border Color

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

This div border color is #bcf58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf58b


Comments

No comments written yet.

Please login to write comment.