Color Hex Logo

#bfff72 Color Hex

#BFFF72
(191,255,114)
0 Favorites   0 Comments

Color spaces of #bfff72

RGB 191255114
HSL0.241.000.72
HSV87°55°100°
CMYK 0.250.000.55   0.00
XYZ60.283183.811328.9195
Yxy83.81130.34840.4844
Hunter Lab91.5485-42.670845.3547
CIE-Lab93.3685-41.824360.0060

#bfff72 color RGB value is (191,255,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111111 01110010
Octal 277 377 162
Decimal 191 255 114
Hex BF FF 72

RGB Percentages of Color #bfff72

%34.11
%45.54
%20.36

CMYK Percentages of Color #bfff72

%25
%0
%55
%0

Triadic Colors of #bfff72

#bfff72 #72bfff #ff72bf

Analogous Colors of #bfff72

#bfff72 #79ff72 #fff972

Monochromatic Colors of #bfff72

#bfff72

Complementary Color

#bfff72 #b272ff

#bfff72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfff72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfff72 Color CSS Codes

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

#bfff72 Text Font Color

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

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


#bfff72 Background Color

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

This div background color is #bfff72


#bfff72 Border Color

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

This div border color is #bfff72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfff72

Related Colors


Comments

No comments written yet.

Please login to write comment.