Color Hex Logo

#bfe315 Color Hex

#BFE315
(191,227,21)
0 Favorites   0 Comments

Color spaces of #bfe315

RGB 19122721
HSL0.200.830.49
HSV70°91°89°
CMYK 0.160.000.91   0.11
XYZ49.090366.068710.8747
Yxy66.06870.38950.5242
Hunter Lab81.2827-34.440448.9655
CIE-Lab85.0314-34.315981.3990

#bfe315 color RGB value is (191,227,21).

#bfe315 hex color red value is 191, green value is 227 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bfe315 hue: 0.20 , saturation: 0.83 and the lightness value of bfe315 is 0.49.

The process color (four color CMYK) of #bfe315 color hex is 0.16, 0.00, 0.91, 0.11. Web safe color of #bfe315 is #cccc00. Color #bfe315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 00010101
Octal 277 343 25
Decimal 191 227 21
Hex BF E3 15

RGB Percentages of Color #bfe315

%43.51
%51.71
%4.78

CMYK Percentages of Color #bfe315

%16
%0
%91
%11

Triadic Colors of #bfe315

#bfe315 #15bfe3 #e315bf

Analogous Colors of #bfe315

#bfe315 #58e315 #e3a015

Monochromatic Colors of #bfe315

#bfe315

Complementary Color

#bfe315 #3915e3

#bfe315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe315 Color CSS Codes

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

#bfe315 Text Font Color

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

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


#bfe315 Background Color

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

This div background color is #bfe315


#bfe315 Border Color

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

This div border color is #bfe315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe315


Comments

No comments written yet.

Please login to write comment.