Color Hex Logo

#bfe03e Color Hex

#BFE03E
(191,224,62)
0 Favorites   0 Comments

Color spaces of #bfe03e

RGB 19122462
HSL0.200.720.56
HSV72°72°88°
CMYK 0.150.000.72   0.12
XYZ49.011064.735514.4695
Yxy64.73550.38230.5049
Hunter Lab80.4584-32.069445.6582
CIE-Lab84.3473-31.583070.9512

#bfe03e color RGB value is (191,224,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00111110
Octal 277 340 76
Decimal 191 224 62
Hex BF E0 3E

RGB Percentages of Color #bfe03e

%40.04
%46.96
%13.00

CMYK Percentages of Color #bfe03e

%15
%0
%72
%12

Triadic Colors of #bfe03e

#bfe03e #3ebfe0 #e03ebf

Analogous Colors of #bfe03e

#bfe03e #6ee03e #e0b03e

Monochromatic Colors of #bfe03e

#bfe03e

Complementary Color

#bfe03e #5f3ee0

#bfe03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe03e Color CSS Codes

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

#bfe03e Text Font Color

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

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


#bfe03e Background Color

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

This div background color is #bfe03e


#bfe03e Border Color

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

This div border color is #bfe03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe03e


Comments

No comments written yet.

Please login to write comment.