Color Hex Logo

#bff078 Color Hex

#BFF078
(191,240,120)
0 Favorites   0 Comments

Color spaces of #bff078

RGB 191240120
HSL0.230.800.71
HSV85°50°94°
CMYK 0.200.000.50   0.06
XYZ56.036174.752629.2446
Yxy74.75260.35020.4671
Hunter Lab86.4596-35.615040.4671
CIE-Lab89.2770-34.523652.4718

#bff078 color RGB value is (191,240,120).

#bff078 hex color red value is 191, green value is 240 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bff078 hue: 0.23 , saturation: 0.80 and the lightness value of bff078 is 0.71.

The process color (four color CMYK) of #bff078 color hex is 0.20, 0.00, 0.50, 0.06. Web safe color of #bff078 is #ccff66. Color #bff078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 01111000
Octal 277 360 170
Decimal 191 240 120
Hex BF F0 78

RGB Percentages of Color #bff078

%34.66
%43.56
%21.78

CMYK Percentages of Color #bff078

%20
%0
%50
%6

Triadic Colors of #bff078

#bff078 #78bff0 #f078bf

Analogous Colors of #bff078

#bff078 #83f078 #f0e578

Monochromatic Colors of #bff078

#bff078

Complementary Color

#bff078 #a978f0

#bff078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff078 Color CSS Codes

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

#bff078 Text Font Color

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

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


#bff078 Background Color

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

This div background color is #bff078


#bff078 Border Color

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

This div border color is #bff078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff078


Comments

No comments written yet.

Please login to write comment.