Color Hex Logo

#bff37e Color Hex

#BFF37E
(191,243,126)
0 Favorites   0 Comments

Color spaces of #bff37e

RGB 191243126
HSL0.240.830.72
HSV87°48°95°
CMYK 0.210.000.48   0.05
XYZ57.302376.683931.5200
Yxy76.68390.34620.4633
Hunter Lab87.5693-36.442239.9575
CIE-Lab90.1759-35.264050.7582

#bff37e color RGB value is (191,243,126).

#bff37e hex color red value is 191, green value is 243 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bff37e hue: 0.24 , saturation: 0.83 and the lightness value of bff37e is 0.72.

The process color (four color CMYK) of #bff37e color hex is 0.21, 0.00, 0.48, 0.05. Web safe color of #bff37e is #ccff66. Color #bff37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110011 01111110
Octal 277 363 176
Decimal 191 243 126
Hex BF F3 7E

RGB Percentages of Color #bff37e

%34.11
%43.39
%22.50

CMYK Percentages of Color #bff37e

%21
%0
%48
%5

Triadic Colors of #bff37e

#bff37e #7ebff3 #f37ebf

Analogous Colors of #bff37e

#bff37e #85f37e #f3ed7e

Monochromatic Colors of #bff37e

#bff37e

Complementary Color

#bff37e #b27ef3

#bff37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff37e Color CSS Codes

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

#bff37e Text Font Color

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

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


#bff37e Background Color

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

This div background color is #bff37e


#bff37e Border Color

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

This div border color is #bff37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff37e


Comments

No comments written yet.

Please login to write comment.