Color Hex Logo

#bfd717 Color Hex

#BFD717
(191,215,23)
0 Favorites   0 Comments

Color spaces of #bfd717

RGB 19121523
HSL0.190.810.47
HSV68°89°84°
CMYK 0.110.000.89   0.16
XYZ45.941059.73919.9201
Yxy59.73910.39740.5168
Hunter Lab77.2911-29.160946.4940
CIE-Lab81.6962-28.708778.4473

#bfd717 color RGB value is (191,215,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00010111
Octal 277 327 27
Decimal 191 215 23
Hex BF D7 17

RGB Percentages of Color #bfd717

%44.52
%50.12
%5.36

CMYK Percentages of Color #bfd717

%11
%0
%89
%16

Triadic Colors of #bfd717

#bfd717 #17bfd7 #d717bf

Analogous Colors of #bfd717

#bfd717 #5fd717 #d78f17

Monochromatic Colors of #bfd717

#bfd717

Complementary Color

#bfd717 #2f17d7

#bfd717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd717 Color CSS Codes

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

#bfd717 Text Font Color

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

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


#bfd717 Background Color

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

This div background color is #bfd717


#bfd717 Border Color

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

This div border color is #bfd717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd717


Comments

No comments written yet.

Please login to write comment.