Color Hex Logo

#bff972 Color Hex

#BFF972
(191,249,114)
0 Favorites   0 Comments

Color spaces of #bff972

RGB 191249114
HSL0.240.920.71
HSV86°54°98°
CMYK 0.230.000.54   0.02
XYZ58.398880.042628.2914
Yxy80.04260.35030.4801
Hunter Lab89.4665-40.051543.8777
CIE-Lab91.7040-39.173258.0737

#bff972 color RGB value is (191,249,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 01110010
Octal 277 371 162
Decimal 191 249 114
Hex BF F9 72

RGB Percentages of Color #bff972

%34.48
%44.95
%20.58

CMYK Percentages of Color #bff972

%23
%0
%54
%2

Triadic Colors of #bff972

#bff972 #72bff9 #f972bf

Analogous Colors of #bff972

#bff972 #7cf972 #f9f072

Monochromatic Colors of #bff972

#bff972

Complementary Color

#bff972 #ac72f9

#bff972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff972 Color CSS Codes

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

#bff972 Text Font Color

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

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


#bff972 Background Color

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

This div background color is #bff972


#bff972 Border Color

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

This div border color is #bff972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff972


Comments

No comments written yet.

Please login to write comment.