Color Hex Logo

#bfe147 Color Hex

#BFE147
(191,225,71)
0 Favorites   0 Comments

Color spaces of #bfe147

RGB 19122571
HSL0.200.720.58
HSV73°68°88°
CMYK 0.150.000.68   0.12
XYZ49.548465.381715.9697
Yxy65.38170.37850.4995
Hunter Lab80.8590-32.122744.8914
CIE-Lab84.6800-31.557368.1131

#bfe147 color RGB value is (191,225,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01000111
Octal 277 341 107
Decimal 191 225 71
Hex BF E1 47

RGB Percentages of Color #bfe147

%39.22
%46.20
%14.58

CMYK Percentages of Color #bfe147

%15
%0
%68
%12

Triadic Colors of #bfe147

#bfe147 #47bfe1 #e147bf

Analogous Colors of #bfe147

#bfe147 #72e147 #e1b647

Monochromatic Colors of #bfe147

#bfe147

Complementary Color

#bfe147 #6947e1

#bfe147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe147 Color CSS Codes

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

#bfe147 Text Font Color

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

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


#bfe147 Background Color

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

This div background color is #bfe147


#bfe147 Border Color

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

This div border color is #bfe147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,225,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 #bfe147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe147


Comments

No comments written yet.

Please login to write comment.