Color Hex Logo

#bffd50 Color Hex

#BFFD50
(191,253,80)
1 Favorites   0 Comments

Color spaces of #bffd50

RGB 19125380
HSL0.230.980.65
HSV82°68°99°
CMYK 0.250.000.68   0.01
XYZ58.059181.906120.3388
Yxy81.90610.36220.5109
Hunter Lab90.5020-43.866650.0270
CIE-Lab92.5334-43.574172.7988

#bffd50 color RGB value is (191,253,80).

#bffd50 hex color red value is 191, green value is 253 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bffd50 hue: 0.23 , saturation: 0.98 and the lightness value of bffd50 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 01010000
Octal 277 375 120
Decimal 191 253 80
Hex BF FD 50

RGB Percentages of Color #bffd50

%36.45
%48.28
%15.27

CMYK Percentages of Color #bffd50

%25
%0
%68
%1

Triadic Colors of #bffd50

#bffd50 #50bffd #fd50bf

Analogous Colors of #bffd50

#bffd50 #69fd50 #fde550

Monochromatic Colors of #bffd50

#bffd50

Complementary Color

#bffd50 #8e50fd

#bffd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffd50 Color CSS Codes

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

#bffd50 Text Font Color

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

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


#bffd50 Background Color

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

This div background color is #bffd50


#bffd50 Border Color

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

This div border color is #bffd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffd50

Related Colors


Comments

No comments written yet.

Please login to write comment.