Color Hex Logo

#bfec0b Color Hex

#BFEC0B
(191,236,11)
0 Favorites   0 Comments

Color spaces of #bfec0b

RGB 19123611
HSL0.200.910.48
HSV72°95°93°
CMYK 0.190.000.95   0.07
XYZ51.541771.091411.3221
Yxy71.09140.38480.5307
Hunter Lab84.3157-38.436551.0594
CIE-Lab87.5294-38.513584.4504

#bfec0b color RGB value is (191,236,11).

#bfec0b hex color red value is 191, green value is 236 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bfec0b hue: 0.20 , saturation: 0.91 and the lightness value of bfec0b is 0.48.

The process color (four color CMYK) of #bfec0b color hex is 0.19, 0.00, 0.95, 0.07. Web safe color of #bfec0b is #ccff00. Color #bfec0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 00001011
Octal 277 354 13
Decimal 191 236 11
Hex BF EC B

RGB Percentages of Color #bfec0b

%43.61
%53.88
%2.51

CMYK Percentages of Color #bfec0b

%19
%0
%95
%7

Triadic Colors of #bfec0b

#bfec0b #0bbfec #ec0bbf

Analogous Colors of #bfec0b

#bfec0b #4eec0b #eca90b

Monochromatic Colors of #bfec0b

#bfec0b

Complementary Color

#bfec0b #380bec

#bfec0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec0b Color CSS Codes

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

#bfec0b Text Font Color

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

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


#bfec0b Background Color

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

This div background color is #bfec0b


#bfec0b Border Color

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

This div border color is #bfec0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,236,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfec0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfec0b;
  -webkit-box-shadow: 1px 1px 3px 2px #bfec0b;
  box-shadow:         1px 1px 3px 2px #bfec0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,236,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec0b


Comments

No comments written yet.

Please login to write comment.