Color Hex Logo

#bffe72 Color Hex

#BFFE72
(191,254,114)
0 Favorites   0 Comments

Color spaces of #bffe72

RGB 191254114
HSL0.240.990.72
HSV87°55°100°
CMYK 0.250.000.55   0.00
XYZ59.964983.174928.8135
Yxy83.17490.34870.4837
Hunter Lab91.2003-42.235345.1083
CIE-Lab93.0910-41.385359.6848

#bffe72 color RGB value is (191,254,114).

#bffe72 hex color red value is 191, green value is 254 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bffe72 hue: 0.24 , saturation: 0.99 and the lightness value of bffe72 is 0.72.

The process color (four color CMYK) of #bffe72 color hex is 0.25, 0.00, 0.55, 0.00. Web safe color of #bffe72 is #ccff66. Color #bffe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111110 01110010
Octal 277 376 162
Decimal 191 254 114
Hex BF FE 72

RGB Percentages of Color #bffe72

%34.17
%45.44
%20.39

CMYK Percentages of Color #bffe72

%25
%0
%55
%0

Triadic Colors of #bffe72

#bffe72 #72bffe #fe72bf

Analogous Colors of #bffe72

#bffe72 #79fe72 #fef772

Monochromatic Colors of #bffe72

#bffe72

Complementary Color

#bffe72 #b172fe

#bffe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffe72 Color CSS Codes

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

#bffe72 Text Font Color

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

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


#bffe72 Background Color

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

This div background color is #bffe72


#bffe72 Border Color

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

This div border color is #bffe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffe72

Related Colors


Comments

No comments written yet.

Please login to write comment.