Color Hex Logo

#bff76b Color Hex

#BFF76B
(191,247,107)
0 Favorites   0 Comments

Color spaces of #bff76b

RGB 191247107
HSL0.230.900.69
HSV84°57°97°
CMYK 0.230.000.57   0.03
XYZ57.400578.659426.0674
Yxy78.65940.35400.4852
Hunter Lab88.6901-39.682044.6568
CIE-Lab91.0800-38.919560.4337

#bff76b color RGB value is (191,247,107).

#bff76b hex color red value is 191, green value is 247 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bff76b hue: 0.23 , saturation: 0.90 and the lightness value of bff76b is 0.69.

The process color (four color CMYK) of #bff76b color hex is 0.23, 0.00, 0.57, 0.03. Web safe color of #bff76b is #ccff66. Color #bff76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110111 01101011
Octal 277 367 153
Decimal 191 247 107
Hex BF F7 6B

RGB Percentages of Color #bff76b

%35.05
%45.32
%19.63

CMYK Percentages of Color #bff76b

%23
%0
%57
%3

Triadic Colors of #bff76b

#bff76b #6bbff7 #f76bbf

Analogous Colors of #bff76b

#bff76b #79f76b #f7e96b

Monochromatic Colors of #bff76b

#bff76b

Complementary Color

#bff76b #a36bf7

#bff76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff76b Color CSS Codes

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

#bff76b Text Font Color

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

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


#bff76b Background Color

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

This div background color is #bff76b


#bff76b Border Color

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

This div border color is #bff76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff76b


Comments

No comments written yet.

Please login to write comment.