Color Hex Logo

#bfd615 Color Hex

#BFD615
(191,214,21)
0 Favorites   0 Comments

Color spaces of #bfd615

RGB 19121421
HSL0.190.820.46
HSV67°90°84°
CMYK 0.110.000.90   0.16
XYZ45.667859.22369.7338
Yxy59.22360.39840.5167
Hunter Lab76.9569-28.748946.3706
CIE-Lab81.4143-28.273378.5283

#bfd615 color RGB value is (191,214,21).

#bfd615 hex color red value is 191, green value is 214 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bfd615 hue: 0.19 , saturation: 0.82 and the lightness value of bfd615 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00010101
Octal 277 326 25
Decimal 191 214 21
Hex BF D6 15

RGB Percentages of Color #bfd615

%44.84
%50.23
%4.93

CMYK Percentages of Color #bfd615

%11
%0
%90
%16

Triadic Colors of #bfd615

#bfd615 #15bfd6 #d615bf

Analogous Colors of #bfd615

#bfd615 #5ed615 #d68d15

Monochromatic Colors of #bfd615

#bfd615

Complementary Color

#bfd615 #2c15d6

#bfd615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd615 Color CSS Codes

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

#bfd615 Text Font Color

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

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


#bfd615 Background Color

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

This div background color is #bfd615


#bfd615 Border Color

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

This div border color is #bfd615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd615


Comments

No comments written yet.

Please login to write comment.