Color Hex Logo

#bcf31b Color Hex

#BCF31B
(188,243,27)
0 Favorites   0 Comments

Color spaces of #bcf31b

RGB 18824327
HSL0.210.900.53
HSV75°89°95°
CMYK 0.230.000.89   0.05
XYZ52.987574.871712.6959
Yxy74.87170.37700.5327
Hunter Lab86.5284-42.116551.8706
CIE-Lab89.3329-42.509783.9002

#bcf31b color RGB value is (188,243,27).

#bcf31b hex color red value is 188, green value is 243 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bcf31b hue: 0.21 , saturation: 0.90 and the lightness value of bcf31b is 0.53.

The process color (four color CMYK) of #bcf31b color hex is 0.23, 0.00, 0.89, 0.05. Web safe color of #bcf31b is #ccff33. Color #bcf31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 00011011
Octal 274 363 33
Decimal 188 243 27
Hex BC F3 1B

RGB Percentages of Color #bcf31b

%41.05
%53.06
%5.90

CMYK Percentages of Color #bcf31b

%23
%0
%89
%5

Triadic Colors of #bcf31b

#bcf31b #1bbcf3 #f31bbc

Analogous Colors of #bcf31b

#bcf31b #50f31b #f3be1b

Monochromatic Colors of #bcf31b

#bcf31b

Complementary Color

#bcf31b #521bf3

#bcf31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf31b Color CSS Codes

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

#bcf31b Text Font Color

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

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


#bcf31b Background Color

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

This div background color is #bcf31b


#bcf31b Border Color

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

This div border color is #bcf31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf31b


Comments

No comments written yet.

Please login to write comment.