Color Hex Logo

#bfd41d Color Hex

#BFD41D
(191,212,29)
0 Favorites   0 Comments

Color spaces of #bfd41d

RGB 19121229
HSL0.190.760.47
HSV67°86°83°
CMYK 0.100.000.86   0.17
XYZ45.251158.252010.0212
Yxy58.25200.39860.5131
Hunter Lab76.3230-27.734545.6413
CIE-Lab80.8787-27.159276.7332

#bfd41d color RGB value is (191,212,29).

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

The process color (four color CMYK) of #bfd41d color hex is 0.10, 0.00, 0.86, 0.17. Web safe color of #bfd41d is #cccc33. Color #bfd41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 00011101
Octal 277 324 35
Decimal 191 212 29
Hex BF D4 1D

RGB Percentages of Color #bfd41d

%44.21
%49.07
%6.71

CMYK Percentages of Color #bfd41d

%10
%0
%86
%17

Triadic Colors of #bfd41d

#bfd41d #1dbfd4 #d41dbf

Analogous Colors of #bfd41d

#bfd41d #64d41d #d48e1d

Monochromatic Colors of #bfd41d

#bfd41d

Complementary Color

#bfd41d #321dd4

#bfd41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd41d Color CSS Codes

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

#bfd41d Text Font Color

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

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


#bfd41d Background Color

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

This div background color is #bfd41d


#bfd41d Border Color

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

This div border color is #bfd41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd41d


Comments

No comments written yet.

Please login to write comment.