Color Hex Logo

#bfe12f Color Hex

#BFE12F
(191,225,47)
0 Favorites   0 Comments

Color spaces of #bfe12f

RGB 19122547
HSL0.200.750.53
HSV71°79°88°
CMYK 0.150.000.79   0.12
XYZ48.924265.132012.6825
Yxy65.13200.38600.5139
Hunter Lab80.7044-33.023447.1758
CIE-Lab84.5517-32.701175.6912

#bfe12f color RGB value is (191,225,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00101111
Octal 277 341 57
Decimal 191 225 47
Hex BF E1 2F

RGB Percentages of Color #bfe12f

%41.25
%48.60
%10.15

CMYK Percentages of Color #bfe12f

%15
%0
%79
%12

Triadic Colors of #bfe12f

#bfe12f #2fbfe1 #e12fbf

Analogous Colors of #bfe12f

#bfe12f #66e12f #e1aa2f

Monochromatic Colors of #bfe12f

#bfe12f

Complementary Color

#bfe12f #512fe1

#bfe12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe12f Color CSS Codes

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

#bfe12f Text Font Color

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

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


#bfe12f Background Color

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

This div background color is #bfe12f


#bfe12f Border Color

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

This div border color is #bfe12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe12f


Comments

No comments written yet.

Please login to write comment.