Color Hex Logo

#bfe240 Color Hex

#BFE240
(191,226,64)
0 Favorites   0 Comments

Color spaces of #bfe240

RGB 19122664
HSL0.200.740.57
HSV73°72°89°
CMYK 0.150.000.72   0.11
XYZ49.607665.839214.9441
Yxy65.83920.38050.5049
Hunter Lab81.1414-32.867445.8793
CIE-Lab84.9143-32.406970.8250

#bfe240 color RGB value is (191,226,64).

#bfe240 hex color red value is 191, green value is 226 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfe240 hue: 0.20 , saturation: 0.74 and the lightness value of bfe240 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 01000000
Octal 277 342 100
Decimal 191 226 64
Hex BF E2 40

RGB Percentages of Color #bfe240

%39.71
%46.99
%13.31

CMYK Percentages of Color #bfe240

%15
%0
%72
%11

Triadic Colors of #bfe240

#bfe240 #40bfe2 #e240bf

Analogous Colors of #bfe240

#bfe240 #6ee240 #e2b440

Monochromatic Colors of #bfe240

#bfe240

Complementary Color

#bfe240 #6340e2

#bfe240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe240 Color CSS Codes

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

#bfe240 Text Font Color

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

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


#bfe240 Background Color

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

This div background color is #bfe240


#bfe240 Border Color

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

This div border color is #bfe240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe240


Comments

No comments written yet.

Please login to write comment.