Color Hex Logo

#bfe780 Color Hex

#BFE780
(191,231,128)
0 Favorites   0 Comments

Color spaces of #bfe780

RGB 191231128
HSL0.230.680.70
HSV83°45°91°
CMYK 0.170.000.45   0.09
XYZ53.958169.786731.0484
Yxy69.78670.34860.4508
Hunter Lab83.5384-30.897836.4408
CIE-Lab86.8921-29.492045.7597

#bfe780 color RGB value is (191,231,128).

#bfe780 hex color red value is 191, green value is 231 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bfe780 hue: 0.23 , saturation: 0.68 and the lightness value of bfe780 is 0.70.

The process color (four color CMYK) of #bfe780 color hex is 0.17, 0.00, 0.45, 0.09. Web safe color of #bfe780 is #ccff99. Color #bfe780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 10000000
Octal 277 347 200
Decimal 191 231 128
Hex BF E7 80

RGB Percentages of Color #bfe780

%34.73
%42.00
%23.27

CMYK Percentages of Color #bfe780

%17
%0
%45
%9

Triadic Colors of #bfe780

#bfe780 #80bfe7 #e780bf

Analogous Colors of #bfe780

#bfe780 #8ce780 #e7dc80

Monochromatic Colors of #bfe780

#bfe780

Complementary Color

#bfe780 #a880e7

#bfe780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe780 Color CSS Codes

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

#bfe780 Text Font Color

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

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


#bfe780 Background Color

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

This div background color is #bfe780


#bfe780 Border Color

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

This div border color is #bfe780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe780


Comments

No comments written yet.

Please login to write comment.