color codes Logo

#bcf12b color codes

#BCF12B
(188,241,43)
0 Favorites   0 Comments

Color spaces of #bcf12b

RGB 18824143
HSL0.210.880.56
HSV76°82°95°
CMYK 0.220.000.82   0.05
XYZ52.630473.776413.7519
Yxy73.77640.37550.5264
Hunter Lab85.8932-40.938650.6326
CIE-Lab88.8167-41.211480.3730

#bcf12b color RGB value is (188,241,43).

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

The process color (four color CMYK) of #bcf12b color code is 0.22, 0.00, 0.82, 0.05. Web safe color of #bcf12b is #ccff33. Color #bcf12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 00101011
Octal 274 361 53
Decimal 188 241 43
Hex BC F1 2B

RGB Percentages of Color #bcf12b

%39.83
%51.06
%9.11

CMYK Percentages of Color #bcf12b

%22
%0
%82
%5

Triadic Colors of #bcf12b

#bcf12b #2bbcf1 #f12bbc

Analogous Colors of #bcf12b

#bcf12b #59f12b #f1c32b

Monochromatic Colors of #bcf12b

#bcf12b

Complementary Color

#bcf12b #602bf1

#bcf12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf12b Color CSS Codes

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

#bcf12b Text Font Color

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

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


#bcf12b Background Color

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

This div background color is #bcf12b


#bcf12b Border Color

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

This div border color is #bcf12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf12b


Comments

No comments written yet.

Please login to write comment.