Color Hex Logo

#bff776 Color Hex

#BFF776
(191,247,118)
0 Favorites   0 Comments

Color spaces of #bff776

RGB 191247118
HSL0.240.890.72
HSV86°52°97°
CMYK 0.230.000.52   0.03
XYZ58.016678.905929.3121
Yxy78.90590.34900.4747
Hunter Lab88.8290-38.867642.6156
CIE-Lab91.1917-37.894455.6738

#bff776 color RGB value is (191,247,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110111 01110110
Octal 277 367 166
Decimal 191 247 118
Hex BF F7 76

RGB Percentages of Color #bff776

%34.35
%44.42
%21.22

CMYK Percentages of Color #bff776

%23
%0
%52
%3

Triadic Colors of #bff776

#bff776 #76bff7 #f776bf

Analogous Colors of #bff776

#bff776 #7ff776 #f7ef76

Monochromatic Colors of #bff776

#bff776

Complementary Color

#bff776 #ae76f7

#bff776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff776 Color CSS Codes

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

#bff776 Text Font Color

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

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


#bff776 Background Color

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

This div background color is #bff776


#bff776 Border Color

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

This div border color is #bff776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff776


Comments

No comments written yet.

Please login to write comment.