Color Hex Logo

#bff971 Color Hex

#BFF971
(191,249,113)
0 Favorites   0 Comments

Color spaces of #bff971

RGB 191249113
HSL0.240.920.71
HSV86°55°98°
CMYK 0.230.000.55   0.02
XYZ58.342280.020027.9932
Yxy80.02000.35070.4810
Hunter Lab89.4539-40.125944.0638
CIE-Lab91.6938-39.266858.5062

#bff971 color RGB value is (191,249,113).

#bff971 hex color red value is 191, green value is 249 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bff971 hue: 0.24 , saturation: 0.92 and the lightness value of bff971 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 01110001
Octal 277 371 161
Decimal 191 249 113
Hex BF F9 71

RGB Percentages of Color #bff971

%34.54
%45.03
%20.43

CMYK Percentages of Color #bff971

%23
%0
%55
%2

Triadic Colors of #bff971

#bff971 #71bff9 #f971bf

Analogous Colors of #bff971

#bff971 #7bf971 #f9ef71

Monochromatic Colors of #bff971

#bff971

Complementary Color

#bff971 #ab71f9

#bff971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff971 Color CSS Codes

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

#bff971 Text Font Color

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

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


#bff971 Background Color

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

This div background color is #bff971


#bff971 Border Color

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

This div border color is #bff971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff971


Comments

No comments written yet.

Please login to write comment.