Color Hex Logo

#bff700 Color Hex

#BFF700
(191,247,0)
0 Favorites   0 Comments

Color spaces of #bff700

RGB 1912470
HSL0.201.000.48
HSV74°100°97°
CMYK 0.230.001.00   0.03
XYZ54.746677.597912.0924
Yxy77.59790.37900.5372
Hunter Lab88.0897-43.221553.5238
CIE-Lab90.5961-43.450487.6515

#bff700 color RGB value is (191,247,0).

#bff700 hex color red value is 191, green value is 247 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bff700 hue: 0.20 , saturation: 1.00 and the lightness value of bff700 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110111 00000000
Octal 277 367 0
Decimal 191 247 0
Hex BF F7 0

RGB Percentages of Color #bff700

%43.61
%56.39
%0.00

CMYK Percentages of Color #bff700

%23
%0
%100
%3

Triadic Colors of #bff700

#bff700 #00bff7 #f700bf

Analogous Colors of #bff700

#bff700 #44f700 #f7b400

Monochromatic Colors of #bff700

#bff700

Complementary Color

#bff700 #3800f7

#bff700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff700 Color CSS Codes

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

#bff700 Text Font Color

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

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


#bff700 Background Color

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

This div background color is #bff700


#bff700 Border Color

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

This div border color is #bff700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff700


Comments

No comments written yet.

Please login to write comment.