Color Hex Logo

#bfed0b Color Hex

#BFED0B
(191,237,11)
0 Favorites   0 Comments

Color spaces of #bfed0b

RGB 19123711
HSL0.200.910.49
HSV72°95°93°
CMYK 0.190.000.95   0.07
XYZ51.830471.668911.4183
Yxy71.66890.38420.5312
Hunter Lab84.6575-38.866451.2634
CIE-Lab87.8090-38.958884.6668

#bfed0b color RGB value is (191,237,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 00001011
Octal 277 355 13
Decimal 191 237 11
Hex BF ED B

RGB Percentages of Color #bfed0b

%43.51
%53.99
%2.51

CMYK Percentages of Color #bfed0b

%19
%0
%95
%7

Triadic Colors of #bfed0b

#bfed0b #0bbfed #ed0bbf

Analogous Colors of #bfed0b

#bfed0b #4eed0b #edaa0b

Monochromatic Colors of #bfed0b

#bfed0b

Complementary Color

#bfed0b #390bed

#bfed0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfed0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfed0b Color CSS Codes

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

#bfed0b Text Font Color

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

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


#bfed0b Background Color

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

This div background color is #bfed0b


#bfed0b Border Color

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

This div border color is #bfed0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfed0b


Comments

No comments written yet.

Please login to write comment.