Color Hex Logo

#bcf72b Color Hex

#BCF72B
(188,247,43)
0 Favorites   0 Comments

Color spaces of #bcf72b

RGB 18824743
HSL0.210.930.57
HSV77°83°97°
CMYK 0.240.000.83   0.03
XYZ54.435877.387314.3537
Yxy77.38730.37240.5294
Hunter Lab87.9701-43.491951.9049
CIE-Lab90.4996-43.823181.8316

#bcf72b color RGB value is (188,247,43).

#bcf72b hex color red value is 188, green value is 247 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bcf72b hue: 0.21 , saturation: 0.93 and the lightness value of bcf72b is 0.57.

The process color (four color CMYK) of #bcf72b color hex is 0.24, 0.00, 0.83, 0.03. Web safe color of #bcf72b is #ccff33. Color #bcf72b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 00101011
Octal 274 367 53
Decimal 188 247 43
Hex BC F7 2B

RGB Percentages of Color #bcf72b

%39.33
%51.67
%9.00

CMYK Percentages of Color #bcf72b

%24
%0
%83
%3

Triadic Colors of #bcf72b

#bcf72b #2bbcf7 #f72bbc

Analogous Colors of #bcf72b

#bcf72b #56f72b #f7cc2b

Monochromatic Colors of #bcf72b

#bcf72b

Complementary Color

#bcf72b #662bf7

#bcf72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf72b Color CSS Codes

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

#bcf72b Text Font Color

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

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


#bcf72b Background Color

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

This div background color is #bcf72b


#bcf72b Border Color

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

This div border color is #bcf72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf72b


Comments

No comments written yet.

Please login to write comment.