Color Hex Logo

#bff706 Color Hex

#BFF706
(191,247,6)
0 Favorites   0 Comments

Color spaces of #bff706

RGB 1912476
HSL0.210.950.50
HSV74°98°97°
CMYK 0.230.000.98   0.03
XYZ54.779577.611012.2655
Yxy77.61100.37870.5365
Hunter Lab88.0971-43.177253.4132
CIE-Lab90.6021-43.392987.2053

#bff706 color RGB value is (191,247,6).

#bff706 hex color red value is 191, green value is 247 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bff706 hue: 0.21 , saturation: 0.95 and the lightness value of bff706 is 0.50.

The process color (four color CMYK) of #bff706 color hex is 0.23, 0.00, 0.98, 0.03. Web safe color of #bff706 is #ccff00. Color #bff706 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110111 00000110
Octal 277 367 6
Decimal 191 247 6
Hex BF F7 6

RGB Percentages of Color #bff706

%43.02
%55.63
%1.35

CMYK Percentages of Color #bff706

%23
%0
%98
%3

Triadic Colors of #bff706

#bff706 #06bff7 #f706bf

Analogous Colors of #bff706

#bff706 #46f706 #f7b706

Monochromatic Colors of #bff706

#bff706

Complementary Color

#bff706 #3e06f7

#bff706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff706 Color CSS Codes

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

#bff706 Text Font Color

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

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


#bff706 Background Color

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

This div background color is #bff706


#bff706 Border Color

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

This div border color is #bff706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff706


Comments

No comments written yet.

Please login to write comment.