Color Hex Logo

#bff596 Color Hex

#BFF596
(191,245,150)
0 Favorites   0 Comments

Color spaces of #bff596

RGB 191245150
HSL0.260.830.77
HSV94°39°96°
CMYK 0.220.000.39   0.04
XYZ59.643378.583240.8787
Yxy78.58320.33300.4388
Hunter Lab88.6472-35.034734.7121
CIE-Lab91.0454-33.336140.2800

#bff596 color RGB value is (191,245,150).

#bff596 hex color red value is 191, green value is 245 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bff596 hue: 0.26 , saturation: 0.83 and the lightness value of bff596 is 0.77.

The process color (four color CMYK) of #bff596 color hex is 0.22, 0.00, 0.39, 0.04. Web safe color of #bff596 is #ccff99. Color #bff596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110101 10010110
Octal 277 365 226
Decimal 191 245 150
Hex BF F5 96

RGB Percentages of Color #bff596

%32.59
%41.81
%25.60

CMYK Percentages of Color #bff596

%22
%0
%39
%4

Triadic Colors of #bff596

#bff596 #96bff5 #f596bf

Analogous Colors of #bff596

#bff596 #96f59d #eff596

Monochromatic Colors of #bff596

#bff596

Complementary Color

#bff596 #cc96f5

#bff596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff596 Color CSS Codes

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

#bff596 Text Font Color

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

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


#bff596 Background Color

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

This div background color is #bff596


#bff596 Border Color

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

This div border color is #bff596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff596


Comments

No comments written yet.

Please login to write comment.