Color Hex Logo

#bfd614 Color Hex

#BFD614
(191,214,20)
0 Favorites   0 Comments

Color spaces of #bfd614

RGB 19121420
HSL0.190.830.46
HSV67°91°84°
CMYK 0.110.000.91   0.16
XYZ45.658759.22009.6860
Yxy59.22000.39850.5169
Hunter Lab76.9545-28.762746.4055
CIE-Lab81.4124-28.290878.6716

#bfd614 color RGB value is (191,214,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00010100
Octal 277 326 24
Decimal 191 214 20
Hex BF D6 14

RGB Percentages of Color #bfd614

%44.94
%50.35
%4.71

CMYK Percentages of Color #bfd614

%11
%0
%91
%16

Triadic Colors of #bfd614

#bfd614 #14bfd6 #d614bf

Analogous Colors of #bfd614

#bfd614 #5ed614 #d68c14

Monochromatic Colors of #bfd614

#bfd614

Complementary Color

#bfd614 #2b14d6

#bfd614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd614 Color CSS Codes

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

#bfd614 Text Font Color

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

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


#bfd614 Background Color

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

This div background color is #bfd614


#bfd614 Border Color

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

This div border color is #bfd614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd614


Comments

No comments written yet.

Please login to write comment.