Color Hex Logo

#bfe380 Color Hex

#BFE380
(191,227,128)
0 Favorites   0 Comments

Color spaces of #bfe380

RGB 191227128
HSL0.230.640.70
HSV82°44°89°
CMYK 0.160.000.44   0.11
XYZ52.851267.573030.6794
Yxy67.57300.34980.4472
Hunter Lab82.2028-29.090735.4140
CIE-Lab85.7925-27.602644.3873

#bfe380 color RGB value is (191,227,128).

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

The process color (four color CMYK) of #bfe380 color hex is 0.16, 0.00, 0.44, 0.11. Web safe color of #bfe380 is #cccc99. Color #bfe380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10000000
Octal 277 343 200
Decimal 191 227 128
Hex BF E3 80

RGB Percentages of Color #bfe380

%34.98
%41.58
%23.44

CMYK Percentages of Color #bfe380

%16
%0
%44
%11

Triadic Colors of #bfe380

#bfe380 #80bfe3 #e380bf

Analogous Colors of #bfe380

#bfe380 #8ee380 #e3d680

Monochromatic Colors of #bfe380

#bfe380

Complementary Color

#bfe380 #a480e3

#bfe380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe380 Color CSS Codes

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

#bfe380 Text Font Color

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

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


#bfe380 Background Color

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

This div background color is #bfe380


#bfe380 Border Color

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

This div border color is #bfe380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe380


Comments

No comments written yet.

Please login to write comment.