Color Hex Logo

#bffd7e Color Hex

#BFFD7E
(191,253,126)
0 Favorites   0 Comments

Color spaces of #bffd7e

RGB 191253126
HSL0.250.970.74
HSV89°50°99°
CMYK 0.250.000.50   0.01
XYZ60.377082.833332.5449
Yxy82.83330.34350.4713
Hunter Lab91.0128-40.857342.5077
CIE-Lab92.9414-39.760554.1076

#bffd7e color RGB value is (191,253,126).

#bffd7e hex color red value is 191, green value is 253 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bffd7e hue: 0.25 , saturation: 0.97 and the lightness value of bffd7e is 0.74.

The process color (four color CMYK) of #bffd7e color hex is 0.25, 0.00, 0.50, 0.01. Web safe color of #bffd7e is #ccff66. Color #bffd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 01111110
Octal 277 375 176
Decimal 191 253 126
Hex BF FD 7E

RGB Percentages of Color #bffd7e

%33.51
%44.39
%22.11

CMYK Percentages of Color #bffd7e

%25
%0
%50
%1

Triadic Colors of #bffd7e

#bffd7e #7ebffd #fd7ebf

Analogous Colors of #bffd7e

#bffd7e #80fd7e #fdfc7e

Monochromatic Colors of #bffd7e

#bffd7e

Complementary Color

#bffd7e #bc7efd

#bffd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffd7e Color CSS Codes

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

#bffd7e Text Font Color

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

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


#bffd7e Background Color

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

This div background color is #bffd7e


#bffd7e Border Color

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

This div border color is #bffd7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,253,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 #bffd7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffd7e


Comments

No comments written yet.

Please login to write comment.