Color Hex Logo

#bfe347 Color Hex

#BFE347
(191,227,71)
0 Favorites   0 Comments

Color spaces of #bfe347

RGB 19122771
HSL0.210.740.58
HSV74°69°89°
CMYK 0.160.000.69   0.11
XYZ50.092366.469516.1510
Yxy66.46950.37740.5009
Hunter Lab81.5288-33.002945.3247
CIE-Lab85.2353-32.483768.6728

#bfe347 color RGB value is (191,227,71).

#bfe347 hex color red value is 191, green value is 227 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bfe347 hue: 0.21 , saturation: 0.74 and the lightness value of bfe347 is 0.58.

The process color (four color CMYK) of #bfe347 color hex is 0.16, 0.00, 0.69, 0.11. Web safe color of #bfe347 is #cccc33. Color #bfe347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 01000111
Octal 277 343 107
Decimal 191 227 71
Hex BF E3 47

RGB Percentages of Color #bfe347

%39.06
%46.42
%14.52

CMYK Percentages of Color #bfe347

%16
%0
%69
%11

Triadic Colors of #bfe347

#bfe347 #47bfe3 #e347bf

Analogous Colors of #bfe347

#bfe347 #71e347 #e3b947

Monochromatic Colors of #bfe347

#bfe347

Complementary Color

#bfe347 #6b47e3

#bfe347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe347 Color CSS Codes

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

#bfe347 Text Font Color

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

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


#bfe347 Background Color

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

This div background color is #bfe347


#bfe347 Border Color

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

This div border color is #bfe347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe347


Comments

No comments written yet.

Please login to write comment.