Color Hex Logo

#bfe149 Color Hex

#BFE149
(191,225,73)
0 Favorites   0 Comments

Color spaces of #bfe149

RGB 19122573
HSL0.200.720.58
HSV73°68°88°
CMYK 0.150.000.68   0.12
XYZ49.613765.407816.3134
Yxy65.40780.37780.4980
Hunter Lab80.8751-32.028644.6531
CIE-Lab84.6934-31.438367.3849

#bfe149 color RGB value is (191,225,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01001001
Octal 277 341 111
Decimal 191 225 73
Hex BF E1 49

RGB Percentages of Color #bfe149

%39.06
%46.01
%14.93

CMYK Percentages of Color #bfe149

%15
%0
%68
%12

Triadic Colors of #bfe149

#bfe149 #49bfe1 #e149bf

Analogous Colors of #bfe149

#bfe149 #73e149 #e1b749

Monochromatic Colors of #bfe149

#bfe149

Complementary Color

#bfe149 #6b49e1

#bfe149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe149 Color CSS Codes

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

#bfe149 Text Font Color

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

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


#bfe149 Background Color

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

This div background color is #bfe149


#bfe149 Border Color

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

This div border color is #bfe149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe149


Comments

No comments written yet.

Please login to write comment.