Color Hex Logo

#bfd417 Color Hex

#BFD417
(191,212,23)
0 Favorites   0 Comments

Color spaces of #bfd417

RGB 19121223
HSL0.190.800.46
HSV67°89°83°
CMYK 0.100.000.89   0.17
XYZ45.184058.22529.6677
Yxy58.22520.39960.5149
Hunter Lab76.3054-27.836445.9019
CIE-Lab80.8638-27.288277.7821

#bfd417 color RGB value is (191,212,23).

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

The process color (four color CMYK) of #bfd417 color hex is 0.10, 0.00, 0.89, 0.17. Web safe color of #bfd417 is #cccc00. Color #bfd417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 00010111
Octal 277 324 27
Decimal 191 212 23
Hex BF D4 17

RGB Percentages of Color #bfd417

%44.84
%49.77
%5.40

CMYK Percentages of Color #bfd417

%10
%0
%89
%17

Triadic Colors of #bfd417

#bfd417 #17bfd4 #d417bf

Analogous Colors of #bfd417

#bfd417 #61d417 #d48b17

Monochromatic Colors of #bfd417

#bfd417

Complementary Color

#bfd417 #2c17d4

#bfd417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd417 Color CSS Codes

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

#bfd417 Text Font Color

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

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


#bfd417 Background Color

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

This div background color is #bfd417


#bfd417 Border Color

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

This div border color is #bfd417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd417


Comments

No comments written yet.

Please login to write comment.