Color Hex Logo

#bfd50d Color Hex

#BFD50D
(191,213,13)
0 Favorites   0 Comments

Color spaces of #bfd50d

RGB 19121313
HSL0.190.880.44
HSV67°94°84°
CMYK 0.100.000.94   0.16
XYZ45.352858.69399.3195
Yxy58.69390.40010.5177
Hunter Lab76.6119-28.402346.4160
CIE-Lab81.1230-27.920279.3133

#bfd50d color RGB value is (191,213,13).

#bfd50d hex color red value is 191, green value is 213 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bfd50d hue: 0.19 , saturation: 0.88 and the lightness value of bfd50d is 0.44.

The process color (four color CMYK) of #bfd50d color hex is 0.10, 0.00, 0.94, 0.16. Web safe color of #bfd50d is #cccc00. Color #bfd50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 00001101
Octal 277 325 15
Decimal 191 213 13
Hex BF D5 D

RGB Percentages of Color #bfd50d

%45.80
%51.08
%3.12

CMYK Percentages of Color #bfd50d

%10
%0
%94
%16

Triadic Colors of #bfd50d

#bfd50d #0dbfd5 #d50dbf

Analogous Colors of #bfd50d

#bfd50d #5bd50d #d5870d

Monochromatic Colors of #bfd50d

#bfd50d

Complementary Color

#bfd50d #230dd5

#bfd50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd50d Color CSS Codes

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

#bfd50d Text Font Color

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

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


#bfd50d Background Color

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

This div background color is #bfd50d


#bfd50d Border Color

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

This div border color is #bfd50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd50d


Comments

No comments written yet.

Please login to write comment.