Color Hex Logo

#bfeb80 Color Hex

#BFEB80
(191,235,128)
0 Favorites   0 Comments

Color spaces of #bfeb80

RGB 191235128
HSL0.240.730.71
HSV85°46°92°
CMYK 0.190.000.46   0.08
XYZ55.090572.051531.4258
Yxy72.05150.34740.4544
Hunter Lab84.8832-32.696237.4676
CIE-Lab87.9934-31.362547.1271

#bfeb80 color RGB value is (191,235,128).

#bfeb80 hex color red value is 191, green value is 235 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bfeb80 hue: 0.24 , saturation: 0.73 and the lightness value of bfeb80 is 0.71.

The process color (four color CMYK) of #bfeb80 color hex is 0.19, 0.00, 0.46, 0.08. Web safe color of #bfeb80 is #ccff99. Color #bfeb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 10000000
Octal 277 353 200
Decimal 191 235 128
Hex BF EB 80

RGB Percentages of Color #bfeb80

%34.48
%42.42
%23.10

CMYK Percentages of Color #bfeb80

%19
%0
%46
%8

Triadic Colors of #bfeb80

#bfeb80 #80bfeb #eb80bf

Analogous Colors of #bfeb80

#bfeb80 #8aeb80 #ebe280

Monochromatic Colors of #bfeb80

#bfeb80

Complementary Color

#bfeb80 #ac80eb

#bfeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb80 Color CSS Codes

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

#bfeb80 Text Font Color

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

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


#bfeb80 Background Color

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

This div background color is #bfeb80


#bfeb80 Border Color

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

This div border color is #bfeb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb80


Comments

No comments written yet.

Please login to write comment.