Color Hex Logo

#bff90d Color Hex

#BFF90D
(191,249,13)
0 Favorites   0 Comments

Color spaces of #bff90d

RGB 19124913
HSL0.210.950.51
HSV75°95°98°
CMYK 0.230.000.95   0.02
XYZ55.434278.856812.6800
Yxy78.85680.37720.5365
Hunter Lab88.8014-43.973853.6949
CIE-Lab91.1695-44.187387.1075

#bff90d color RGB value is (191,249,13).

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

The process color (four color CMYK) of #bff90d color hex is 0.23, 0.00, 0.95, 0.02. Web safe color of #bff90d is #ccff00. Color #bff90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 00001101
Octal 277 371 15
Decimal 191 249 13
Hex BF F9 D

RGB Percentages of Color #bff90d

%42.16
%54.97
%2.87

CMYK Percentages of Color #bff90d

%23
%0
%95
%2

Triadic Colors of #bff90d

#bff90d #0dbff9 #f90dbf

Analogous Colors of #bff90d

#bff90d #49f90d #f9bd0d

Monochromatic Colors of #bff90d

#bff90d

Complementary Color

#bff90d #470df9

#bff90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff90d Color CSS Codes

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

#bff90d Text Font Color

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

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


#bff90d Background Color

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

This div background color is #bff90d


#bff90d Border Color

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

This div border color is #bff90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff90d


Comments

No comments written yet.

Please login to write comment.