Color Hex Logo

#bfd618 Color Hex

#BFD618
(191,214,24)
0 Favorites   0 Comments

Color spaces of #bfd618

RGB 19121424
HSL0.190.800.47
HSV67°89°84°
CMYK 0.110.000.89   0.16
XYZ45.697359.23549.8892
Yxy59.23540.39800.5159
Hunter Lab76.9645-28.704546.2570
CIE-Lab81.4208-28.216978.0661

#bfd618 color RGB value is (191,214,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00011000
Octal 277 326 30
Decimal 191 214 24
Hex BF D6 18

RGB Percentages of Color #bfd618

%44.52
%49.88
%5.59

CMYK Percentages of Color #bfd618

%11
%0
%89
%16

Triadic Colors of #bfd618

#bfd618 #18bfd6 #d618bf

Analogous Colors of #bfd618

#bfd618 #60d618 #d68e18

Monochromatic Colors of #bfd618

#bfd618

Complementary Color

#bfd618 #2f18d6

#bfd618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd618 Color CSS Codes

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

#bfd618 Text Font Color

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

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


#bfd618 Background Color

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

This div background color is #bfd618


#bfd618 Border Color

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

This div border color is #bfd618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd618


Comments

No comments written yet.

Please login to write comment.