Color Hex Logo

#bff970 Color Hex

#BFF970
(191,249,112)
0 Favorites   0 Comments

Color spaces of #bff970

RGB 191249112
HSL0.240.920.71
HSV85°55°98°
CMYK 0.230.000.55   0.02
XYZ58.286279.997627.6983
Yxy79.99760.35120.4820
Hunter Lab89.4414-40.199444.2480
CIE-Lab91.6838-39.359558.9371

#bff970 color RGB value is (191,249,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 01110000
Octal 277 371 160
Decimal 191 249 112
Hex BF F9 70

RGB Percentages of Color #bff970

%34.60
%45.11
%20.29

CMYK Percentages of Color #bff970

%23
%0
%55
%2

Triadic Colors of #bff970

#bff970 #70bff9 #f970bf

Analogous Colors of #bff970

#bff970 #7bf970 #f9ef70

Monochromatic Colors of #bff970

#bff970

Complementary Color

#bff970 #aa70f9

#bff970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff970 Color CSS Codes

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

#bff970 Text Font Color

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

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


#bff970 Background Color

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

This div background color is #bff970


#bff970 Border Color

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

This div border color is #bff970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff970


Comments

No comments written yet.

Please login to write comment.