Color Hex Logo

#bfe03b Color Hex

#BFE03B
(191,224,59)
0 Favorites   0 Comments

Color spaces of #bfe03b

RGB 19122459
HSL0.200.730.55
HSV72°74°88°
CMYK 0.150.000.74   0.12
XYZ48.930964.703414.0478
Yxy64.70340.38320.5068
Hunter Lab80.4384-32.185245.9525
CIE-Lab84.3307-31.730071.9239

#bfe03b color RGB value is (191,224,59).

#bfe03b hex color red value is 191, green value is 224 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfe03b hue: 0.20 , saturation: 0.73 and the lightness value of bfe03b is 0.55.

The process color (four color CMYK) of #bfe03b color hex is 0.15, 0.00, 0.74, 0.12. Web safe color of #bfe03b is #cccc33. Color #bfe03b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00111011
Octal 277 340 73
Decimal 191 224 59
Hex BF E0 3B

RGB Percentages of Color #bfe03b

%40.30
%47.26
%12.45

CMYK Percentages of Color #bfe03b

%15
%0
%74
%12

Triadic Colors of #bfe03b

#bfe03b #3bbfe0 #e03bbf

Analogous Colors of #bfe03b

#bfe03b #6de03b #e0af3b

Monochromatic Colors of #bfe03b

#bfe03b

Complementary Color

#bfe03b #5c3be0

#bfe03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe03b Color CSS Codes

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

#bfe03b Text Font Color

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

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


#bfe03b Background Color

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

This div background color is #bfe03b


#bfe03b Border Color

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

This div border color is #bfe03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe03b


Comments

No comments written yet.

Please login to write comment.